chrismiles / CMPopTipView

Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.
https://github.com/chrismiles/CMPopTipView
MIT License
2.73k stars 467 forks source link

Use Application keyWindow when presenting from a BarButtonItem #40

Closed antokne closed 11 years ago

antokne commented 11 years ago

If the ViewController is a TableViewController then when presenting from a BarButtonItem the topViewController is selected as the containerWindow.

The problem is this case is that the PopTip view would scroll with the table view.

My suggested solution is to use the Application's keyWindow.