We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated List of all the row types (markdown)
styleClass, styleId for cells
Had to include "include RowType::ItemsMapper", otherwise I would get "*** Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant Formotion::RowType::ItemsMapper (NameError)"
There was a typo - "blux_box" instead of "blue_box" and wrong syntax - changed "cell.addSubview = blue_box" to "cell.addSubview(blue_box)"
Updated Add a 'done' button above the picker (markdown)
Created Add a 'done' button above the picker (markdown)
Updated Home (markdown)
Created Listen to switch button changes (markdown)
Improve doc for getting the current date for a date select
Add display_key preview
Fix link name for phone row type
Add phone, option, picker, subform and template rows to the list of all the row types
fix options image
add options image
Merge branch 'master' of https://github.com/clayallsopp/formotion.wiki
resizing images to .5x
Updating row type doc to match in-repo.
add image and slider images
Created How to create your own row type (markdown)
Add code and table of contents
add images
add string row type image
add images for attributes and row types
Added important links
Initial Commit