Hi,
I recently registered as an iPhone developer with Apple. New to SDK/objective-c, but I'm learning fast.
I want to write a basic app that does the following:
Display some text on a background (say a random fact) - every time the user shakes the iphone or slides right with their finger, it goes to the next random fact. When the user slides left with their finger, it goes to the previous fact.
How exactly can I create an array of strings, store info in that array, and traverse through the array based on the user's action (shake/slide/etc).
Appreciate it if anyone could get me started.
I recently registered as an iPhone developer with Apple. New to SDK/objective-c, but I'm learning fast.
I want to write a basic app that does the following:
Display some text on a background (say a random fact) - every time the user shakes the iphone or slides right with their finger, it goes to the next random fact. When the user slides left with their finger, it goes to the previous fact.
How exactly can I create an array of strings, store info in that array, and traverse through the array based on the user's action (shake/slide/etc).
Appreciate it if anyone could get me started.