Hi,
Ive finally gotten my shell app underway.. Ive used the IOSFrame app as a basis..
Ive got a couple of questions..
Can I drop ONE view controller on a form? Or does the Viewcontroller need to be on top of a view? The sample code shows it on top of a view.. but it seems to work with just using a view controller..
The sample code shows F: TFrame1 .. Do I really need this var/Instance ? I dont see anywhere where its used..
Ive got one main form, with a view controller on it.. and several Frames.. One frame per unit .. I am now moving from one frame to the next and back.. works fine.. but Im seeing times where Dispose of is being used.. Im assuming that since Im NOT doing any dynamic creation of views, I dont need to destroy them.. Is that right?
Since you are moving from one frame to another.. How do you work with Vars? Do you use globals to maintain states of data etc? that seems to be the only way that I can see.. Am I right?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Ive finally gotten my shell app underway.. Ive used the IOSFrame app as a basis..
Ive got a couple of questions..
Can I drop ONE view controller on a form? Or does the Viewcontroller need to be on top of a view? The sample code shows it on top of a view.. but it seems to work with just using a view controller..
The sample code shows F: TFrame1 .. Do I really need this var/Instance ? I dont see anywhere where its used..
Ive got one main form, with a view controller on it.. and several Frames.. One frame per unit .. I am now moving from one frame to the next and back.. works fine.. but Im seeing times where Dispose of is being used.. Im assuming that since Im NOT doing any dynamic creation of views, I dont need to destroy them.. Is that right?
Since you are moving from one frame to another.. How do you work with Vars? Do you use globals to maintain states of data etc? that seems to be the only way that I can see.. Am I right?