I have a top list view in my current iPhone app, that's populated by code. I've assembled the view using Interface Builder, so it contains lot of UILabel
s.
Obviously I wouldn't like to have name1
, name2
, etc. outlets in my class, but prefer a name[10]
array.
Is it possible to do so, and connect each item to the appropriate label?