My aim:
My ultimate aim is to make an iPhone game. I'm talking about something like Flappy Bird, nothing incredibly complex, but simple, addictive games.
About Me:
I'm 24 and have a little Python experience, but I understand that knowing a bit of Python is useless as far as Objective-C is concerned. What's the best way to learn Objective-C? Should I learn C first?
Is 24 far too late to get into this? Or is it still possible? What books should I buy? I've looked at some of the Big Nerd Ranch books and thought they were rubbish - completely over-rated.
Thanks in advance.
Learn the basics of C... then pick up one of the many online tutorials and work on them until you think you know what you are doing... Python experience isn't worthless, Objective-C and Python are both OOP and both Duck-Typed... so the high level brush strokes of Python and Objective-C may be similar in some situations.