I'm just getting started with iphone programming, and so far it has been fun, although I must admit that Python has spoiled me for other languages.
Anyway, I've worked through the new Apress book and some of the official tutorials, so I have a basic grasp of what the phone is capable of and I'm starting to get the hang of objective-c.
Things have definitely not 'clicked' for me yet, but today I had an epiphany about delegates, so I'm on my way.
Now to my question. I would like to create a simple 'alphabet' app for my three year old daughter to play with. I know there are plenty on the app store, but I'm not writing this to sell, just to learn.
So I'd like to create 26 PNGs, 320 x 480, each containing small picture and letter (ie. the letter 'A' and a picture of an Apple). I'd like two user interactions, swipe left or right to go to the previous or next letter, and tap to hear the letter pronounced.
I can't quite wrap my head around how to do it. My guess is a single view app, then programmatically animate the sliding screens with Core Animation. The effect I'm looking to create is identical to the interface is the Photos app.
I can handle detecting swipes and taps, and I know how to play sounds, I'm just stumped on moving the pictures around.
Can anyone give me some pointers in the right direction.?
Thanks in advance,
cjlesh
Anyway, I've worked through the new Apress book and some of the official tutorials, so I have a basic grasp of what the phone is capable of and I'm starting to get the hang of objective-c.
Things have definitely not 'clicked' for me yet, but today I had an epiphany about delegates, so I'm on my way.
Now to my question. I would like to create a simple 'alphabet' app for my three year old daughter to play with. I know there are plenty on the app store, but I'm not writing this to sell, just to learn.
So I'd like to create 26 PNGs, 320 x 480, each containing small picture and letter (ie. the letter 'A' and a picture of an Apple). I'd like two user interactions, swipe left or right to go to the previous or next letter, and tap to hear the letter pronounced.
I can't quite wrap my head around how to do it. My guess is a single view app, then programmatically animate the sliding screens with Core Animation. The effect I'm looking to create is identical to the interface is the Photos app.
I can handle detecting swipes and taps, and I know how to play sounds, I'm just stumped on moving the pictures around.
Can anyone give me some pointers in the right direction.?
Thanks in advance,
cjlesh