IOS programming: how to use a dynamic plist?

FirstL

Member
Joined
Jun 3, 2008
Messages
108
Reaction score
0
Points
16
Hi there! I am trying to use a plist dynamically. The basic idea is this, i have an empty xib, which is populated with one labe, one button and one imageview programatically. The titles for the label, background image for button and image for image view are referenced in the plist, with 3 arrays. I wish to use the plist, when adding for example 2 more labels, 2 more buttons and 2 more imageviews in the plist, it should generate these dynamically in the view. I hope i formulated this clearly. Any advice on how to accomplish this?
 
Back
Top