Using UIImageViews for 'pages' in an iPhone/iPad storybook app?
Posted
by outtoplayinc
on Stack Overflow
See other posts from Stack Overflow
or by outtoplayinc
Published on 2010-04-15T12:50:11Z
Indexed on
2010/04/15
12:53 UTC
Read the original article
Hit count: 189
I'm new to iPhone programming, and well, what seems obvious to me may seem silly to a seasoned coder. I did a few 'switching views' tutorials on Youtube, and basically, they seems to work nicely for adding pages to a storybook type app. You add a UIViewController and associated view for each page.
My question is would this become insanely slow, or a memory hog if I continued this method for say....35+ pages? Each page would also have a sound file associated with it that would play narration when a page load and stops when we leave. Basically, think of a powerpoint type app, with sound, possibly animated image elements, next & back buttons.
I'm probably thinking of this very simplistically, but that's where my experience is at for the moment. Any insight or tips as to better and or more efficient ways to proceed would be greatly appreciated.
© Stack Overflow or respective owner