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.74k stars 466 forks source link

missing call to [super layoutSubviews] #108

Closed Coeur closed 9 years ago

Coeur commented 9 years ago

Similar to https://github.com/chrismiles/CMPopTipView/pull/68 but with correct call order

kleinlieu commented 9 years ago

Thanks for that. Merged.