I am trying to show a menuitem toggle by reading from plist and so far i am unsuccessful
here is a snippet of the code to give you some idea
MenuItemToggle *locationItem = [MenuItemToggle itemWithTarget:self selector:@selector(missionSetting:) items:
[MenuItemFont itemFromString:[tempArray objectAtIndex:0]],
[MenuItemFont itemFromString:[tempArray objectATIndex:1] ,nil];
but I really want to be able to loop through the whole array and populate the meuItemToggle. I have tried diffent ways. please share if you have done this or know how we can do this. It shall be really great