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

Updated demo project and xib files; updated enum declaration, now using NS_ENUM macros #84

Closed yichizhang closed 9 years ago

yichizhang commented 9 years ago

Added launch screen XIB file so it supports any resolutions (such as iPhone 6 and iPhone 6 Plus) resolutions; update XIB files - now using Auto Layout

chrismiles commented 9 years ago

Looks good, except please exclude *.xccheckout and all xcuserdata from the commits. These files are user-specific and shouldn't be checked in.