Hi,
I am having an UIImageView control to which i am assigning a image dynamically now on a button click i want it to get reset i.e remove the image
another one is
i am using a NSMutalbleArray capacity 10 to which i am assigning strings
like [listOfContents addObject:NSLocalizedString(@"c1.png", @"")][listOfContents addObject:NSLocalizedString(@"c2.png", @"")][listOfContents addObject:NSLocalizedString(@"c3.png", @"")][listOfContents addObject:NSLocalizedString(@"c4.png", @"")]
this tells me that index 1 is having c1.png , 2 is c2.png so on..
now after assigning up to 4 i want to remove that 4th element
in simple words i want to set the index 4 value to nil and again when i assign any value it has to be assigned to 4 position
I will be thankful for the help
Thanks and Regards
sindhu tiwari