MotionDialog is a port of MonoTouch.Dialog to RubyMotion. It is a foundation to create dialog boxes and show table-based information. Table support Pull-to-Refresh as well as built-in searching.
Currently this supports creating Dialogs based on navigation controllers that support both basic and advanced cells.
Some basic cells include:
- On/Off controls
- Slider (floats)
- String informational rendering
- Text Entry
- Password Entry
- Jump to HTML page
- Radio elements
- Dates, Times and Dates+Times
- Pull-to-refresh functionality
- Activity indicators
Advanced cells include:
- Container for arbitrary UIViews
- Mail-like message displays
- Styled cells
Check out a working sample app here!
Feel free to fork! And if you end up using MotionDialog in your app, I'd love to hear about your experience.
Please report any bugs you find with our source at the Issues page.
- Gemify
- More Elements and samples
- Rubyfication with BubbleWrap