Skip to content

Releases: nicolaschengdev/WYPopoverController

0.2.2

21 Feb 16:54
Compare
Choose a tag to compare

Version 0.2.2 @ 2.21.2014

  • Fixed default theme

0.2.1

20 Feb 21:28
Compare
Choose a tag to compare

Version 0.2.1 @ 2.20.2014

  • Added Theme support
  • Added delegate method - (void)popoverController:(WYPopoverController *)popoverController willTranslatePopoverWithYOffset:(CGFloat *)value

0.2.0

20 Feb 04:33
Compare
Choose a tag to compare

Version 0.2.0 @ 2.16.2014

  • Fixed animations in landscape orientation
  • Fixed show/hide keyboard support
  • Updated methods with completion block
  • Added - (void)popoverControllerDidPresentPopover:(WYPopoverController *)popoverControllerdelegate method
  • Added UIViewTintAdjustmentModeDimmed support for iOS7
  • Added watch of preferredContentSize changes
  • Removed deprecated methods

0.1.9

15 Feb 17:37
Compare
Choose a tag to compare

Version 0.1.9 @ 2.15.2014

  • Fixed implicit retain of self within blocks warnings
  • Fixed overlay view cannot be removed from window (issue #72)
  • Added animation options on dismiss - (void)dismissPopoverAnimated:(BOOL)animated options:(WYPopoverAnimationOptions)aOptions
  • Added completion blocks after presentation of popovers
  • Added accessibility support

0.1.8

30 Jan 10:45
Compare
Choose a tag to compare

Version 0.1.8 @ 1.30.2014

  • Added animationDuration property
  • Fixed placement of popover in view hierarchy, same window is used

0.1.7

09 Nov 01:08
Compare
Choose a tag to compare

Version 0.1.7 @ 8.11.2013

  • Added 3 animation styles : WYPopoverAnimationOptionFade, WYPopoverAnimationOptionScale and WYPopoverAnimationOptionFadeWithScale ( credits to aom )

0.1.6

11 Oct 04:46
Compare
Choose a tag to compare

Version 0.1.6 @ 11.10.2013

  • Replaced -popoverControllerShouldDismiss: by -popoverControllerShouldDismissPopover: on delegate
  • Replaced -popoverControllerDidDismiss: by -popoverControllerDidDismissPopover: on delegate
  • Added -popoverController:willRepositionPopoverToRect:inView: on delegate
  • Automatic use of edgesForExtendedLayout = UIExtendedEdgeNone on view controllers embed in an UINavigationController with iOS7
  • Added none arrow direction ~> popover is always centered on screen ( credits to scastria )
  • Added convenient -presentPopoverAsDialogAnimated: method in order to present popover without any arrow direction and anchored view needed ( credits to scastria )
  • Fixed unspecified popover content size when it is used with UINavigationController on iOS7

0.1.5

02 Oct 08:20
Compare
Choose a tag to compare

Version 0.1.5 @ 2.10.13

  • Added ability to change overlay background color ( credits to shkutkov ).
  • Fixed few compile warnings.
  • Fixed potential keyboard observer crash when popover is released ( credits to cbess ).

0.1.4

18 Sep 18:10
Compare
Choose a tag to compare

Version 0.1.4 @ 18.9.13

  • Added popoverContentSize getter and setter ( credits to stephanheilner ).
  • Fixed build support with iOS 6 SDK ( credits to bizz84 ).
  • Fixed drawing glitches with iOS 7.

0.1.3

18 Sep 15:42
Compare
Choose a tag to compare

Version 0.1.3 @ 15.9.13

  • Added iOS7 support with default theme colors.
  • Added innerStrokeColor and outerStrokeColor ( credits to shkutkov ).
  • Fixed size of the view controller’s view while displayed in a popover.
  • Property strokeColor was deprecated.