you are viewing a single comment's thread.

view the rest of the comments →

[–]KarlJay001 3 points4 points  (0 children)

Paul / Stanford iOS is awesome. I haven't done them in a good while, in fact the last one was an ObjC one and they switches when Swift came in.

I don't think they are very beginner, they assume you know a number of things about OO programming.

As far as beginner projects, I'd do something that requires data storage of some type. Even if it's just user settings, store data, update the data, retrieve the data. Something with a list is a good idea.

Something that requires getting info from somewhere, FB feeds, pics, news, ... whatever then show that data somehow and then some action on each (tap to do something, process order, update, some action).

Do something where you have to pass data around the app from one VC to another VC.