Search code examples
iosrubymotion

RubyMotion custom UITableViewCell with nib


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?


Solution

  • 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.