save UIImageView state & the save the Entire View
- by adamprocter
I have an iPad app where you add photos to a page. I then want to save the photos positions, then add further pages with more photo positions and eventually save all the pagesto be looked at later in a slideshow style.
Can anyone advise
1. Saving UIImageView states when moving to new views (or swapping views)
- I see this on using NSCoding iPhone - save UIImageView state - but am at a lose - any more examples ?
2. How to save the 'entire' set of view to look at later (like a slideshow)
- no idea on where to start with this ? array ? coredata ?
Thanks