NSMutableArray Difficulty
If you wanna see the code Im having problem with, here is the link: Code My question is connected with my past question . I'm really having problem with my NSMutableArray , I'm currently using iCarousel for my slotMachine object(slot1 and slot2). My app works this way: From PhotoViewController I made a view that has thumbnail images, then assign its frame with button. So if 1 image was pressed, it will save that integer via NSUserDefaults . Then I will retrieve it in my carouselViewController Im thinking of adjusting the array but I can't. I also have tried my question here: Comparing with