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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.