sammcewan / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
253 stars 74 forks source link

fix-iOS8-orientation-handling #23

Closed sunchongyang closed 9 years ago

sunchongyang commented 9 years ago

fix-iOS8-orientation-handling when compile with SDK earlier than IOS8.

In iOS 8 and later, a screen’s bounds property takes the interface orientation of the screen into account.But it only works when you compile with IOS8 SDK,this commit fixed this issue.