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)
Before compiling make sure to run bundle install
and rake pod:install
Your help is welcome! Please send pull requests.
- Fork it ( https://github.com/mipmip/motion-sourcelist-boilerplate/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request