An open API service indexing awesome lists of open source software.

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.

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