save UIImageView state & the save the Entire View
Posted
by
adamprocter
on Stack Overflow
See other posts from Stack Overflow
or by adamprocter
Published on 2011-01-04T23:48:17Z
Indexed on
2011/01/04
23:54 UTC
Read the original article
Hit count: 151
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
© Stack Overflow or respective owner