mbogh / NibDesignable

Elegant way of enabling IBDesignable on your nib-based views
MIT License
342 stars 74 forks source link

func nibName() -> String implementation #28

Closed dourgulf closed 8 years ago

dourgulf commented 8 years ago

why not use ?? { return String(self.dynamicType) } ??

mbogh commented 8 years ago

Hi @dourgulf, I was not aware of this, you are more than welcome to submit a fix :smiley_cat: