sammcewan / WYPopoverController

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

Respect navigation bar hidden property #20

Closed rogerso closed 9 years ago

rogerso commented 9 years ago

This fixes a SIGABRT crash in WYPopoverBackgroundInnerView's -drawRect: when the content view controller is a UINavigationController, yet the navigation bar is hidden and the content size height is less than or equal to the navigation bar height (44).