Releases: nicolaschengdev/WYPopoverController
Releases · nicolaschengdev/WYPopoverController
0.2.2
0.2.1
Version 0.2.1 @ 2.20.2014
- Added Theme support
- Added delegate method
- (void)popoverController:(WYPopoverController *)popoverController willTranslatePopoverWithYOffset:(CGFloat *)value
0.2.0
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 *)popoverController
delegate method - Added
UIViewTintAdjustmentModeDimmed
support for iOS7 - Added watch of
preferredContentSize
changes - Removed deprecated methods
0.1.9
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
Version 0.1.8 @ 1.30.2014
- Added
animationDuration
property - Fixed placement of popover in view hierarchy, same window is used
0.1.7
0.1.6
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 anUINavigationController
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
0.1.4
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.