sammcewan / WYPopoverController

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

Global keyboard listener #39

Closed maciekish closed 9 years ago

maciekish commented 9 years ago

Creates a global keyboard listener and uses the rect from that to calculate the keyboard height. Otherwise a popover appearing when the keyboard is already visible would not take the keyboard into account since the keyboard appearing notification would already have been fired before the popover started to listen for it.

sammcewan commented 9 years ago

Very cool solution :+1: I'll give it a good test before I bump the podfile.