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

Fix rendering under iOS7 with 64-bit without breaking backwards compatibility. #64

Closed bok- closed 10 years ago

bok- commented 10 years ago

Uses -drawWithRect:options:attributes:context: and -boundingRectWithSize:options:attributes:context: when they are available, falls back to the iOS6 methods if not.

Tested using the demo app on iPhone/iPad simulators under 6.0, 6.1, 7.0 and 7.1b5 and on device under 7.1b5.