Closed nico75005 closed 8 years ago
I have a UITableViewCell that I would like to make Designable. How can I do?
UITableViewCell
Because as soon as I extend NibDesignable, it obviously stops being a UITableViewCell.
NibDesignable
Well There are classes defined in the file that you can use, for instance NibDesignableTableViewCell
NibDesignableTableViewCell
Yes indeed, I realised the existence of NibDesignableTableViewCell later on. Sorry about that.
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 aUITableViewCell
.