trivektor
trivektor

Reputation: 5638

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?

Upvotes: 0

Views: 466

Answers (1)

n00shie
n00shie

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

Related Questions