-
Notifications
You must be signed in to change notification settings - Fork 365
Change logs
Nicolas C. edited this page Oct 11, 2013
·
13 revisions
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 = UIExtendedEdgeNoneon view controllers embed in anUINavigationControllerwith 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
UINavigationControlleron iOS7
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 ).
Version 0.1.4 @ 18.9.13
- Added
popoverContentSizegetter and setter ( credits to stephanheilner ). - Fixed build support with iOS 6 SDK ( credits to bizz84 ).
- Fixed drawing glitches with iOS 7.
Version 0.1.3 @ 15.9.13
- Added iOS7 support with default theme colors.
- Added
innerStrokeColorandouterStrokeColor( credits to shkutkov ). - Fixed size of the view controller’s view while displayed in a popover.
- Property
strokeColorwas deprecated.
Version 0.1.2 @ 8.9.13
- Added support keyboard show / hide.
- Added
minOuterCornerRadiusappearance property. - Fixed performance.
- Fixed generation of colors from
tintColor. - Replaced device orientation change notification by interface orientation change notification.
Version 0.1.1 @ 31.8.13
- Added support for UIStoryBoard.
- Replaced
[UIWindow sendEvent]sizzled method by[UIView hitTest]( credits to thantthet ).
Version 0.1.0 @ 16.8.13
- Initial release.