Incorrect Popover Arrow Positioning on iOS 9

Originator:dillan.laughlin
Number:rdar://22095792 Date Originated:07/31/2015
Status:Open Resolved:
Product:iOS SDK Product Version:iOS 9.0 (13A4305g)
Classification:Serious Bug Reproducible:Always
 
### Summary ###

In Past versions of iOS the popover arrow would point to the center of the source view, along one of it's edges (if possible). In iOS 9 popovers are now being presented from the origin (0,0) of the source view.

###Steps to Reproduce ###

1. Add a button to view controller A.
2. Add a show popover segue from the button to view controller B.
3. Build and run, and tap the button.

### Expected Results ###

Popover presented with arrow pointing to the center of the source view, along one edge of the source view (if possible).

### Actual Results ###

Popover presented with arrow pointing origin of the source view.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!