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

Modernize Function like we've done for Modify, possibly deprecate load/refresh

Open brandonscript opened this issue 10 years ago • 0 comments

{
    "_type": "Function",
    "do": {
        "myActionSheet": "present"
    }
    "on": "touchUp"
}

Would give some serious thought to getting rid of Load/Refresh entirely and making them globally available functions:

{
    "_type": "Function",
    "do": {
        "myDataSource": "load",
        "myTable": "refresh"
    }
    "on": "touchUp"
}

brandonscript avatar May 28 '15 17:05 brandonscript