Is it possible to use IBDesignable with UICollectionViewCells and live render them in storyboard?
问题 I know how to use @IBDesignable with custom views. but is it possible to use IBDesignable for cells and render them in storyboard? for example: i have a collectionViewController in storyboard, and added a uiCollectionCell and specified class as my customCellClass. p.s: i know for using Xibs in collecionViews and tableViews we have to call method registerNib:forReuseIdentifer in code (and i am doing it). just wondered, is it possible to see it's rendered view in storyboard or not. p.s2: i