https://github.com/atomicobject/rubymotion-nimbus-table-example
Example of using a Nimbus table view in RubyMotion.
https://github.com/atomicobject/rubymotion-nimbus-table-example
Last synced: 10 months ago
JSON representation
Example of using a Nimbus table view in RubyMotion.
- Host: GitHub
- URL: https://github.com/atomicobject/rubymotion-nimbus-table-example
- Owner: atomicobject
- License: mit
- Created: 2012-10-23T16:06:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-23T16:28:57.000Z (over 13 years ago)
- Last Synced: 2025-06-08T22:08:12.665Z (11 months ago)
- Language: Ruby
- Size: 456 KB
- Stars: 5
- Watchers: 24
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RubyMotion and the Nimbus table view
Recently, I wished I had a more complete example of how the [Nimbus library](http://docs.nimbuskit.info/) makes dealing with a [UITableView](http://developer.apple.com/library/ios/#documentation/uikit/reference/UITableView_Class/Reference/Reference.html) easier. This example was created in response to that fruitless search.
## Requirements
To run this example you'll need:
* RubyMotion -- confirmed with v.26 but it may work with earlier versions
* Ruby 1.9.3
## To run it
1. Clone the repository
2. cd to the directory
* There is an `.rvmrc` file -- use it if you like
3. Run `bundle install`
4. Run `rake` to start the app in the simulator
## Authors
Jason Porritt (jason.porritt@atomicobject.com)
© 2012 Atomic Object