IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

A platform for rapidly building native mobile applications using declarative JSON.

Results 87 IgniteEngine-iOS issues
Sort by recently updated
recently updated
newest added

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.

defect
awaiting-feedback

Nullability Issue , IQKeyboardManager.h Parse Issue, Expected ) Out of the box code to get started not working. Any idea ?

Currently implemented in VTA project

enhancement

Right now this is enabled by default, AND it begins tracking right away.

defect
enhancement

For example: ``` { "_type": "Function", "attributes": { "_target": "$app", "functionName": "beacon.start" }, "on": "didBecomeActive" } ```

docs

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...

enhancement
discussion

When setting variables (like session) should be able to do something like: ``` { "_type": "Set", "set": { "$session.property": "bob", }, "on": "touchUp" } ```

enhancement