i am new to IPhone Development. can some one tell me how to update the content of UIScrollview. i have an NSMutable Array that contains different quotes so if i delete one of the quotes from the scrollview how it can be remove from view and page should move to the next page if the middle one is deleted and should go to the previous one if the last index of an array is deleted. Please Help!
Thanks in Advance
i am new to IPhone Development. can some one tell me how to update
Share
after deleting image remove that data from array
[dataarray removeObjectAtIndex:selectedindex];
now again call the scrollview method