teodorpatras / EasyTipView

Fully customisable tooltip view in Swift for iOS.
MIT License
3.07k stars 535 forks source link

IBInspectable / IBDesignable support? #15

Closed Ashu closed 8 years ago

Ashu commented 8 years ago

Any plans for adding IBInspectable / IBDesignable support so that it becomes a bit easy for use in storyboard? Also it would be a good idea to support encoding / decoding by subclassing NSCoder.

teodorpatras commented 8 years ago

I think you miss the whole point of this control. EasyTipView is not meant to be used in storyboards or nib files (it's purpose is not like the one of a UILabel or UIButton, it is more like a UIAlertView). It is meant to be showed programmatically. If you want to customize it, you can use the Preferences structure.