IgniteEngine-iOS
IgniteEngine-iOS copied to clipboard
A platform for rapidly building native mobile applications using declarative JSON.
I couldn't find any examples of this... Drawer animation styles slide, slideAndScale, swingingDoor, parallax Can you show how to do this?
https://ignite.apigee.com/#/evaluations/EvaluationUtilities ``` "$session.myTextAsMonogram": "[[$self.text:monogram]]", "$session.myTextTruncated": "[[$self.truncate(5)]]", "$session.myTextAsUppercase": "[[$self.uppercase]]" ``` These methods use dot instead of colon syntax in the documentation, which does not appear to work. Using colon syntax does...
Request - please consider making the table control more analogous to HTML tables with a way to display data with table headings, cell/row borders, and separate cell/row controls. Right now...
Many control examples use a layout with various layoutType values defined, but these values and corresponding behavior are not described at all in the Layout documentation.
Under TextInput, when looking at the options for keyboard.type, list options for keyboard options. 
When posting a body in a HTTP datasource, if the body is an array (required for Glympse) no data is sent. Sample posts: http://requestb.in/15bkwwl1?inspect Datasource: ``` { "_id": "glympse3", "_type":...
We need to choose a name for this read-only attribute that is less likely to conflict. Maybe `idx` or `$index`?