Skip to content

Commit cc97496

Browse files
update README
1 parent 514b37e commit cc97496

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,13 @@ UINavigationBar* appearance2 = [UINavigationBar appearanceWhenContainedIn:[UINav
158158

159159
### Handling popover controllers during orientation changes
160160

161+
---
162+
161163
When showing a popover controller, there are times when you will need to handle how the popover controller appears after a change in device orientation.
162164

163165
Situations when handling is required:
164166

165-
* If the popover controller is presented from a target rectangle using the `-presentPopoverFromRect:inView:permittedArrowDirections:animated` method of UIPopoverController.
167+
* If the popover controller is presented from a target rectangle using the `-presentPopoverFromRect:inView:permittedArrowDirections:animated` method of WYPopoverController.
166168
* If the popover controller is presented from a bar button item that is removed after the rotation has finished.
167169

168170
### Change logs

0 commit comments

Comments
 (0)