IgniteEngine-iOS
IgniteEngine-iOS copied to clipboard
A platform for rapidly building native mobile applications using declarative JSON.
The function seems to have changed to session.query:url.encode instead of url_encode. Also, the image on the right is not generated since session.query variable doesn't exist, instead a different response code...
Add a new Types section that describes string, int, float, bool, color, font, etc. Tooltips should appear when hovering over the docs in the rest of the controls that pulls...
Instead of this which is confusing and hard to tell whether something is a custom control or not: ``` { "$view": { "actions": [], "attributes": { "_id": "popup_alert" }, "controls":...
``` IX_STATIC_CONST_STRING kIXToHex = @"hex"; // [[?:hex]] -> String value of RGB ?,?,?,? in hex value. Last value can be used for alpha otherwise it is 1.0f. IX_STATIC_CONST_STRING kIXToRGB =...
Apple is rejecting apps that use implicit oauth flipping over to safari. Must use in-app web view. We're lucky we have that implemented, but need to document it.