Questions tagged [rubymotion-promotion]

ProMotion is a RubyMotion gem that makes iPhone development less like Objective-C and more like Ruby.

31 questions
0
votes
1 answer

How to load RubyMotion table view cell data from file

I'm getting started with RubyMotion and ProMotion. I'm building a table view and I would like to move the data out into an external file to make it easier to manage. Here's what I have so far: class MasterScreen < PM::TableScreen title 'States' …
Andrew
  • 227,796
  • 193
  • 515
  • 708
1 2
3