Project Description:
IPHONE DEMO SPEC
BACKGROUND
A generic iPhone app/template for XCode that can allow a developer to load up a whole series of screenshots that can get presented in sequence, with an audible click, upon touching the screen.
The app/template will get used by developers who can compile/install on development iPhones to present workflows to clients so they get a feel of how an app/workflow might work before any real development occurs.
DETAILS
The app project will include up to 100 .png image files (640x480 pixels) named SCREENSHOT1…N. The developer will be able to set a global variable in the code to equal the number of available screenshots in the project.
The app will open and display SCREENSHOT1.
On touching the screen anywhere, the app will generate a click and display the next SCREENSHOT in sequence.
On swiping the screen to the right, the app will NOT make a sound but will “slide” the next screenshot in sequence along following the swipe (e.g. SCREENSHOT1 will exit to the right, SCREENSHOT2 will enter from the left).
On swiping the screen to the left, the app will NOT make a sound but will “slide” the next screenshot in sequence along following the swipe (e.g. SCREENSHOT1 will exit to the left, SCREENSHOT2 will enter from the right).
After cycling through all the screenshots available, the app will return to the first screenshot.