gmoledina / GMGridView

A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.
MIT License
2.3k stars 512 forks source link

Loading custom cell from XIB #186

Open trant opened 11 years ago

trant commented 11 years ago

Hi there! I am currently subclassing the GMGridViewCell and trying to load a UIView from the a XIB. The view is loaded but the subviews are not shown :/ Any guide on how to do this properly?

bueno commented 11 years ago

Hi!

Did you do a load of UIView from a XIB? If yes, can you to share?

Thanks