IgniteEngine-iOS
IgniteEngine-iOS copied to clipboard
A platform for rapidly building native mobile applications using declarative JSON.
When the multiline input receives focus (see viewRestaurantReview.json in my repo), it scrolls up under the Header so that you can't see what you're typing.
Nullability Issue , IQKeyboardManager.h Parse Issue, Expected ) Out of the box code to get started not working. Any idea ?
Right now this is enabled by default, AND it begins tracking right away.
For example: ``` { "_type": "Function", "attributes": { "_target": "$app", "functionName": "beacon.start" }, "on": "didBecomeActive" } ```
If we have something like a location tracker or beacon, should be able to reference that shared instance by ID by targeting another controller or file. Something like: `$(home).myLocationTracker` Noted...
When setting variables (like session) should be able to do something like: ``` { "_type": "Set", "set": { "$session.property": "bob", }, "on": "touchUp" } ```