mbogh / NibDesignable

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

How does it work with UITableViewCell #48

Closed nico75005 closed 7 years ago

nico75005 commented 7 years ago

I have a UITableViewCell that I would like to make Designable. How can I do?

Because as soon as I extend NibDesignable, it obviously stops being a UITableViewCell.

farzadshbfn commented 7 years ago

Well There are classes defined in the file that you can use, for instance NibDesignableTableViewCell

nico75005 commented 7 years ago

Yes indeed, I realised the existence of NibDesignableTableViewCell later on. Sorry about that.