ProMotion Add-On Gems

ProMotion's simple philosophy and community make it attractive to those wanting to extend its capabilities. Rather than add to the core gem itself, consider making an add-on gem! We'll list it here if you do.

ProMotion-form

ProMotion-form provides a PM::FormScreen, similar to Formotion, but much lighter and more compatible with ProMotion.

GitHub: https://github.com/clearsightstudio/ProMotion-form

gem "ProMotion", "~> 2.0"
gem "ProMotion-form"

form

ProMotion-map

ProMotion-map provides a PM::MapScreen, extracted from ProMotion core in 2.0+.

GitHub: https://github.com/clearsightstudio/ProMotion-map

gem "ProMotion", "~> 2.0"
gem "ProMotion-map"

ProMotion-map

ProMotion-push

ProMotion-push is push notification support, extracted from ProMotion core in 2.0+.

GitHub: https://github.com/clearsightstudio/ProMotion-push

gem "ProMotion", "~> 2.0"
gem "ProMotion-push"

ProMotion-menu

RubyMotion gem allowing you to easily setup a Facebook or Path style drawer menu easily with the ProMotion gem.

GitHub: https://github.com/clearsightstudio/ProMotion-menu

gem "ProMotion", "~> 2.0"
gem 'ProMotion-menu'

ProMotion-formotion

Provides a ProMotion::FormotionScreen.

GitHub: https://github.com/rheoli/ProMotion-formotion

gem "ProMotion", "~> 2.0"
gem "ProMotion-formotion"