Hi out there
I am still trying to get my feed under objective-c, it is a hard job as a newbie.
I have made a popup button, when I push the button it is populated with 3 values: item 1, item 2 and item 3. How do I change the list so this will get reflected when the program starts up, and where in the xcode does the button get populated with these initial values - not in the controller thats for sure, I have searched the entire docs associated with the project but cannot seem to finde anywhere in the code where initial values are being put into the controls used in the nib file. Please help?
If I want to run some custom code when the program starts up, arent there any function that is being fired up from where I can run this code? the actions method is only being fired up when a action has taken place from the user? please inform me, this cant be right?
Regards Danny Nielsen
I am still trying to get my feed under objective-c, it is a hard job as a newbie.
I have made a popup button, when I push the button it is populated with 3 values: item 1, item 2 and item 3. How do I change the list so this will get reflected when the program starts up, and where in the xcode does the button get populated with these initial values - not in the controller thats for sure, I have searched the entire docs associated with the project but cannot seem to finde anywhere in the code where initial values are being put into the controls used in the nib file. Please help?
If I want to run some custom code when the program starts up, arent there any function that is being fired up from where I can run this code? the actions method is only being fired up when a action has taken place from the user? please inform me, this cant be right?
Regards Danny Nielsen