ProMotion
ProMotion is a RubyMotion gem that makes iPhone development less like Objective-C and more like Ruby.
File Explorer
Download Latest Version (.zip)- present_screen.rb
- basic_screen.rb
- detail_screen.rb
- functional_screen.rb
- home_screen.rb
- image_title_screen.rb
- image_view_title_screen.rb
- load_view_screen.rb
- master_screen.rb
- memory_warning_screen.rb
- navigation_controller.rb
- navigation_screen.rb
- screen_module_view_controller.rb
- tab_screen.rb
- table_screen_indexable.rb
- table_screen_longpressable.rb
- table_screen_refreshable.rb
- table_screen_searchable.rb
- test_collection2_screen.rb
- test_collection_screen.rb
- test_delegate.rb
- test_delegate_colors.rb
- test_mini_table_screen.rb
- test_table_screen.rb
- test_web_screen.rb
- uiimage_title_screen.rb
- untitled_screen.rb
- update_test_table_screen.rb
- view_title_screen.rb
- custom_collection_view_cell.rb
- dynamic_height_footer_view.rb
- dynamic_height_title_view.rb
- custom_footer_view.rb
- custom_title_view.rb
- app_delegate.rb
- promotion
- Getting Started.md
- Making Your Own Screens.md
- Migration Guide - ProMotion-1.2-to-2.0.md
- Command Line Tool.md
- ProMotion CollectionScreen.md
- ProMotion Delegate.md
- ProMotion MapScreen.md
- ProMotion PushNotification.md
- ProMotion Screen.md
- ProMotion SplitScreen.md
- ProMotion Styling.md
- ProMotion Table - Cell Options.md
- ProMotion TableScreen table_data Options.md
- ProMotion TableScreen.md
- ProMotion Tabs.md
- ProMotion WebScreen.md
- Add-On-Gems.md
- index.md
- ProMotion Apps.md
- README.md
- Tutorials, Screencasts, Articles, Presentations.md
- collection_view_cell.rb
- collection_view_controller.rb
- navigation_controller.rb
- ns_string.rb
- ns_url.rb
- split_view_controller.rb
- tab_bar_controller.rb
- table_view_cell.rb
- table_view_controller.rb
- view_controller.rb
- collection_view_cell_module.rb
- collection_data.rb
- collection_data_builder.rb
- collection.rb
- collection_builder.rb
- collection_class_methods.rb
- collection_screen.rb
- delegate.rb
- delegate_module.rb
- delegate_parent.rb
- split_screen.rb
- logger.rb
- nav_bar_module.rb
- screen.rb
- screen_module.rb
- screen_navigation.rb
- status_bar_module.rb
- dummy_image_view.rb
- dummy_view.rb
- styling.rb
- support.rb
- table_view_cell_module.rb
- table_data.rb
- table_data_builder.rb
- indexable.rb
- longpressable.rb
- refreshable.rb
- searchable.rb
- grouped_table.rb
- grouped_table_screen.rb
- table.rb
- table_builder.rb
- table_class_methods.rb
- table_screen.rb
- table_utils.rb
- tabs.rb
- ui_web_screen_module.rb
- web_screen.rb
- web_screen_module.rb
- wk_web_screen_module.rb
- pro_motion.rb
- version.rb
- ProMotion.rb
- list.png
- test.png
- WebScreen.html
- func_screen_spec.rb
- func_split_screen_spec.rb
- func_table_screen_cell_spec.rb
- func_table_screen_spec.rb
- func_table_screen_updating_spec.rb
- func_web_screen_spec.rb
- test_helper.rb
- table_indexable_spec.rb
- table_module_spec.rb
- table_refreshable_spec.rb
- table_screen_spec.rb
- table_searchable_spec.rb
- table_utils_spec.rb
- table_view_cell_spec.rb
- collection_screen_spec.rb
- delegate_spec.rb
- image_title_screen_spec.rb
- image_view_title_screen_spec.rb
- load_view_spec.rb
- main_spec.rb
- screen_helpers_spec.rb
- screen_module_spec.rb
- screen_spec.rb
- searchable_table_spec.rb
- split_screen_in_tab_bar_spec.rb
- split_screen_open_screen_spec.rb
- split_screen_spec.rb
- support_spec.rb
- tab_bar_spec.rb
- tab_spec.rb
- view_helper_spec.rb
- view_title_screen_spec.rb
- web_spec.rb
- basic_test.rb
- .gitignore
- .travis.yml
- CONTRIBUTING.md
- Gemfile
- LICENSE
- mkdocs.yml
- ProMotion.gemspec
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jamonholmgren/ProMotion
Downloads the entire project code from GitHub to your computer.
cd ProMotion
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
