jeremyanticouni

Results 5 comments of jeremyanticouni

Implemented in https://github.com/ApigeeDelta/ignite-iOS-engine/commit/1bd4b42edee964833896c40be67dc25a8e7644ab

Fixed. See https://github.com/ApigeeDelta/ignite-iOS-engine/commit/8c6b5729bd769f55ecf8ec8fa1aebe6efb48226a Sample table with variable height cells shown below. $view: ``` { "$view": { "attributes": { "statusBar.style": "light", "bg.color": "#ffffff" }, "controls": [ { "_id": "layoutMain", "_type": "Layout",...

Autofill. I'd expect auto to size to the contents of the child controls, whereas autofill denotes that it will be filling the remaining space.

Surface additional configuration for IQToolbar elements. Add next/prev buttons, font/color of placeholder text, etc.

Implemented in https://github.com/ApigeeDelta/ignite-iOS-engine/commit/b16f9be. The following schema is now supported in Custom controls: ``` { "$custom": { "attributes": { "_id": "demoCustom" }, "actions": [], "controls": [ { "_id": "layoutMain", "_type": "Layout",...