Note sure exactly what "itemListText1" and "itemListText2", etc. are, but you could potentially have set your class up to use arrays instead of individual items.
itemListText[0], itemListText[1], etc.
There's nothing that says that the references to screen objects, etc. can't be held in arrays, although that might require creating the screen programmatically as opposed to using IB.
|