apigee / IgniteEngine-iOS

A platform for rapidly building native mobile applications using declarative JSON.
https://ignite.apigee.com
Other
21 stars 14 forks source link

Ability to reference a shared instance of a control in one controller from another by _id #174

Open brandonscript opened 9 years ago

brandonscript commented 9 years ago

If we have something like a location tracker or beacon, should be able to reference that shared instance by ID by targeting another controller or file.

Something like:

$(home).myLocationTracker

Noted that some of these could exist in side app.json, in which case maybe a moot point?