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

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

enhancement

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

enhancement

Currently 'Layout' etc are all case sensitive. Should support lowercase (camelCase) as well.

enhancement

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

enhancement
docs

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

enhancement

IQKeyboard introduces a helper IQToolbar. By default, it displays 'Done' and placeholder text. Add attribute to control: - keyboard.toolbar.enabled == true/false, default == false

enhancement

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

enhancement

TSMessage is a great OSS project for top-device notifications. Should be implemented.

enhancement

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.

enhancement

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.

enhancement