Skip to content

0.1.6

Compare
Choose a tag to compare
@nicolaschengdev nicolaschengdev released this 11 Oct 04:46
· 84 commits to master since this release

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