Lax / motion-sourcelist-boilerplate

RubyMotion boilerplate app for Mac OS X implementing a view based Source List

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motion SourceList Boilerplate

RubyMotion boilerplate app for Mac OS X implementing a view based Source List. Using Motion Kit for interface layout and PXSourceList for the SourceList itself.

  • No Nib's, Xib's, all GUI stuff is coded!
  • View Based Source List
  • All elements positioned with Auto Layout (even the NSSplitView)

image

Compile

Before compiling make sure to run bundle install and rake pod:install

Contributing

Your help is welcome! Please send pull requests.

  1. Fork it ( https://github.com/mipmip/motion-sourcelist-boilerplate/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

RubyMotion boilerplate app for Mac OS X implementing a view based Source List

License:MIT License


Languages

Language:Ruby 96.9%Language:Rich Text Format 3.1%