iOS Development

For discussions that do not belong anywhere else...
User avatar
Bane
Administrator
Administrator
Posts: 1012
Joined: Tue Aug 25, 2009 5:55 pm
Location: Palm Tree, Hawaii
Contact:

iOS Development

Post by Bane » Mon Dec 31, 2012 5:08 pm

One of the things I want to jump into for 2013 is learning the world of iOS development.

Anyone have any recommendations on where to start - for one I'll pickup a macbook mini to develop.

Hey if anyone feels like talking the plunge - maybe the fold development team rides again :mrgreen:
Life's journey is not to arrive at the grave safely in a well preserved body, but rather skid in sideways, totally worn out, shouting "Holy shit...what a ride!"

User avatar
ash007
Developer
Developer
Posts: 145
Joined: Mon Sep 07, 2009 9:32 pm

Re: iOS Development

Post by ash007 » Tue Jan 01, 2013 10:08 am

Interesting, I felt the urge to develop for IOS one year ago :mrgreen:

Well, the first thing you already mentioned, you need a mac.

Then you need the Xcode IDE. There might be other options but the Xcode is quite nice and it has the IOS simulator for various devices.

The simulator is not enough of course and sooner or later you will need the IOS developer account. It is paid annually and it provides access to beta versions, gives access to the developer community, it allows you load you apps to real testing devices (important) and finally submit your apps to Apple for verification (the most important).

I also recommend you grab some book to learn the object-oriented C language which is used for the development. It is not very hard once you get used to the syntax. :)

I made a simple application, a catalog of houses for sale. Nothing spectacular and I actually never got to the point to transfer the app to the device itself.

Getting a partner might rekindle my interest :mrgreen:
History is only the register of crimes and misfortunes.

User avatar
Bane
Administrator
Administrator
Posts: 1012
Joined: Tue Aug 25, 2009 5:55 pm
Location: Palm Tree, Hawaii
Contact:

Re: iOS Development

Post by Bane » Tue Jan 01, 2013 12:25 pm

Good advice! Been doing the research and have a couple of books in the cart from amazon.

Just wish that the 2012 mac mini hmdi out didn't have have issues - they released a fix couple of weeks ago - just waiting to see if it's good to go.

There's a free iTunes university course from Standford - looks pretty good - watched the first lecture and found it very engaging :)

Kick ass!
Life's journey is not to arrive at the grave safely in a well preserved body, but rather skid in sideways, totally worn out, shouting "Holy shit...what a ride!"

User avatar
ash007
Developer
Developer
Posts: 145
Joined: Mon Sep 07, 2009 9:32 pm

Re: iOS Development

Post by ash007 » Wed Jan 02, 2013 4:25 am

Yup, I know the Stanford course but I never watched it. I sits there in itunes among my favorites :)

There is one thing I didin't like and which ultimately led to my IOS development demise. It's the "volatility" of the development environment. I used some materials, videos, courses, forums and coded the application in some way. Then came another IOS version and everything I got so far became obsolete. At least from my point of view.
For example, the garbage collector. There wasn't automatic collection and all object instances had to be released manually. In the new environment they introduced new automatic garbage collector and they said use it.
Now, all old howtos and documentation became obsolete and new information was hard to find. Probably not such a problem for experienced IOS devs but for me as a newbie it was a bummer.

Just wanted to say that all the internet stuff and books could be outdated, better watch out. Probably the most relevant material comes from Apple and its guidelines. But they are no good in teaching the basics. Kind of a loop here.
History is only the register of crimes and misfortunes.

User avatar
Bane
Administrator
Administrator
Posts: 1012
Joined: Tue Aug 25, 2009 5:55 pm
Location: Palm Tree, Hawaii
Contact:

Re: iOS Development

Post by Bane » Wed Jan 02, 2013 10:13 pm

Thanks for the heads-up - amazon will be releasing a beginner book based on the iOS 6 environment mid January.

I agree - I'm looking at all the available literature and taking it with a grain of salt ;)
Life's journey is not to arrive at the grave safely in a well preserved body, but rather skid in sideways, totally worn out, shouting "Holy shit...what a ride!"

User avatar
ash007
Developer
Developer
Posts: 145
Joined: Mon Sep 07, 2009 9:32 pm

Re: iOS Development

Post by ash007 » Thu Jan 03, 2013 9:36 pm

That's interesting. They should have some insight how to do coding for IOS 6 :)

I guess we can exchange info through email as nobody else seems to be interested.
History is only the register of crimes and misfortunes.

User avatar
Bane
Administrator
Administrator
Posts: 1012
Joined: Tue Aug 25, 2009 5:55 pm
Location: Palm Tree, Hawaii
Contact:

Re: iOS Development

Post by Bane » Fri Jan 04, 2013 12:41 pm

I can always setup a forum for iOS discussions - just need to run it by the web admin - although I think he's pretty agreeable with it :)
Life's journey is not to arrive at the grave safely in a well preserved body, but rather skid in sideways, totally worn out, shouting "Holy shit...what a ride!"

User avatar
ash007
Developer
Developer
Posts: 145
Joined: Mon Sep 07, 2009 9:32 pm

Re: iOS Development

Post by ash007 » Sat Jan 05, 2013 10:53 am

Wouldn't that be a little over the top for two people? :D

But if you think it will be helpful, why not.

I'm curious why did you decide to start coding IOS apps? :)
History is only the register of crimes and misfortunes.

User avatar
Bane
Administrator
Administrator
Posts: 1012
Joined: Tue Aug 25, 2009 5:55 pm
Location: Palm Tree, Hawaii
Contact:

Re: iOS Development

Post by Bane » Sat Jan 05, 2013 3:53 pm

Good question - I've got some ideas for a couple of apps - I haven't really seen @ itunes - let me setup the forum in order to bounce some ideas around :)
Life's journey is not to arrive at the grave safely in a well preserved body, but rather skid in sideways, totally worn out, shouting "Holy shit...what a ride!"

User avatar
The Dark Mike
Administrator
Administrator
Posts: 405
Joined: Wed Aug 26, 2009 3:24 am

Re: iOS Development

Post by The Dark Mike » Sat Jan 05, 2013 7:44 pm

Super cool idea guys!! A forum for 3 guys is totally justified

Post Reply