You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -244,8 +244,8 @@ When showing a popover controller, there are times when you will need to handle
244
244
245
245
Situations when handling is required:
246
246
247
-
* If the popover controller is presented from a target rectangle using the `-presentPopoverFromRect:inView:permittedArrowDirections:animated` method of WYPopoverController.
248
-
* If the popover controller is presented from a bar button item that is removed after the rotation has finished.
247
+
* If the popover controller is presented from a target rectangle using the `-presentPopoverFromRect:inView:permittedArrowDirections:animated` method of WYPopoverController. You can use `-popoverController:willRepositionPopoverToRect:inView:` method introduced in the **0.1.6 release** .
248
+
* If the popover controller is presented from a bar button item that is removed after the rotation has finished.
0 commit comments