Hello everyone!
First up, I'm new here (both the forum and to iPhone programming), so be nice!
Now, on with the problem I have.
I am working on an task manger/to-do application for iOS, and I could use a hand:
Firstly, how would I go about creating a new UI object (such as a label) for each new task (i.e., when a button is pressed in a different .xib, a new label is created for the task on the main screen of the app, showing the name of the task).
Also, I am having some issues regarding accessibility of variables/objects:
I have separate .xib, .m and .h files for both the main screen and the 'Add Task' screen. I couldn't access the outlet I used for the text field on the 'Add Task' field when setting label's text in the main screen (in order to test whether I could set the text to a pre-made label).
I hope you can help a n00b out!
Thanks,
Kiran.
First up, I'm new here (both the forum and to iPhone programming), so be nice!
Now, on with the problem I have.
I am working on an task manger/to-do application for iOS, and I could use a hand:
Firstly, how would I go about creating a new UI object (such as a label) for each new task (i.e., when a button is pressed in a different .xib, a new label is created for the task on the main screen of the app, showing the name of the task).
Also, I am having some issues regarding accessibility of variables/objects:
I have separate .xib, .m and .h files for both the main screen and the 'Add Task' screen. I couldn't access the outlet I used for the text field on the 'Add Task' field when setting label's text in the main screen (in order to test whether I could set the text to a pre-made label).
I hope you can help a n00b out!
Thanks,
Kiran.