Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 465 forks source link

cellForRowAtIndexPath not called #226

Closed andres-cianio closed 7 years ago

andres-cianio commented 7 years ago

Hi there! Love this component, but I can't get it to work. I've integrated using Cocoapods, just as the docs and the example lay it out. The only difference is I'm using the view from a storyboard: I setup a UIView which is of type RATreeView, and properly configured delegate, datasource and registered cell. The two setup methods are being called just fine, but the cellforItem method is never called. I started digging deeper and noticed cellForRowAtIndexPath in RATreeView+TableViewDataSource is never called either. Any idea as to why this might be happening?

andres-cianio commented 7 years ago

Nevermind.... I removed the reference from the storyboard and created it again (exactly the same) and now it works... F*#%ing xcode 😞