• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IOS Programming for simple App, where to start

Cr0nJ0b

Golden Member
I'm sure you hear this a lot, but basically, my young kids 8 and 10 want to build a really simple ipod App. Nothing too fancy just for fun. I want to encourage them, but don't have a programming background. So I thought I'd do a little digging and try to learn some of the basics to help them out, but I'm not sure where to start...I've seen books for IOS but i'm guessing i would also need Java or C or something more to build a working app.

Any help is appreciated.

thanks
 
most of the beginner ios books i've seen (i used one of them) already expect you to have basic programming knowledge. so if they don't have any of that then i'd start with something like an introduction to c++ because objective c is closer to c++ than java.
 
i've not tried swift, just heard about it briefly. the weirdest thing about objective-c is the syntax. but if you play around with it enough you learn it and it becomes second nature. i find that when i get back into ios programming it takes me a bit to remember the syntax, but after a little bit it comes back to me fairly quickly. i don't do objective-c in my daily job i do it when making my own mobile apps on the side, which kind of comes in spurts.
 
If I were starting a new iOS project I would definitely look at Swift. Objective-C is an aging dinosaur. Hell, it was an aging dinosaur when cel phones were the size of bricks. Apple has updated it, but I still find it cumbersome to work with. Swift just about has to be an improvement.
 
thanks for those links. i'm going to look into swift next time i do some ios stuff. from the looks of the syntax it appears to be like a mixture of javascript and groovy (speaking syntax only here).
 
Thanks for the replies, I'll start with the swift references and work from there. The other question is about the internals of IOS programming. Stuff like how to call into the map function or request a location coordinate or something. Would that be in the IOS books?
 
Back
Top