Reputation: 5638
I need some guidance on how to create a custom table cell for my RubyMotion app by subclassing UITableViewCell. I wonder whether my custom class can load a nib file that was created in InterfaceBuilder?
Upvotes: 0
Views: 466
Reputation: 1831
I am learning RubyMotion too. You can try following step 5 under "Listing Taks" in this tutorial
I know it's using xcode, and it feels like it defeats the purpose of using RubyMotion, but maybe you can give it a try.
Also checkout MotionTable and Motion IB support.
Upvotes: 2