(January 7, 2010) Josh Shaffer provides an introduction to programming in Objective-C and moves on to cover foundation frameworks.
Part of Stanford's Winter Quarter 2010 iPhone Application Development (CS193P) course.
Stanford University:
http://www.stanford.edu/
Stanford School of Engineering:
http://soe.stanford.edu/
Stanford University Channel on YouTube:
http://www.youtube.com/stanford
I am very happy to see the vidoe from you, hopefully the others also are happy for You Josh Shaffer provides an introduction to programming in Objective-C and moves on to cover foundation frameworks.
anakmudajaman 4 days ago
Your Video Is Very Useful Sharing Josh Shaffer provides an introduction to programming in Objective-C and moves on to cover foundation frameworks.
kelekokerupuk 4 days ago
are they partners with Apple?
grunder20 3 months ago
I love it! Super nice. I can say nothing more.
agapitoflores001 3 months ago
@33:04 For multiple arguments you have to do the same for all arguments, for example:
[[person child] setHeight: newHeight setWeight: newWeight];
is same as(*):
person.child.height=newHeight;
person.child.weight=newWeight;
(*correct me if i am wrong)
wardah0609 4 months ago
Too Wordy.
directxh 8 months ago
Very nice , thank you for sharing this.
selfdealloc 1 year ago
awesome this is exactly what i wanted from the last lessons :)
sacredgeometry 1 year ago 2