IgniteEngine-iOS
IgniteEngine-iOS copied to clipboard
A platform for rapidly building native mobile applications using declarative JSON.
Currently it appears that you have to specify the local path manually; this is bad practice, and we should be adhering to Apple's [documents directory guidelines](https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW2).
The APParallaxHeader fork dev appears to have added some new options - either revert back to using the master pod, or update ours. Original: https://github.com/apping/APParallaxHeader/commits/master Fork we forked from: https://github.com/NZN/APParallaxHeader
Currently 'Layout' etc are all case sensitive. Should support lowercase (camelCase) as well.
Currently you can only execute a variable utility on a variable, which requires setting a variable first. Should be able to support utils directly on strings, like: ``` "text": "[[aControl.dollarValue+'...
Currently the Xcode product scheme must be set manually, making having this in the JSON a little superfluous. Can we create a pre-build script that will read `$app.mode` and modify...
IQKeyboard introduces a helper IQToolbar. By default, it displays 'Done' and placeholder text. Add attribute to control: - keyboard.toolbar.enabled == true/false, default == false
$session should become ephemeral across app launches, we will create a new property ($settings? or $config?) for persistent settings. During development mode, these settings would be saved to a local...
TSMessage is a great OSS project for top-device notifications. Should be implemented.
Currently $session uses NSUserDefaults which is inherently not a secure place to store sensitive credentials. OAuth should also be updated to store tokens in KC.
Instead of having to write out the font-awesome icons as a Text control, create an Icon control that takes the size and icon name as parameters.