
UINavigationController Tutorial - Part 2 of 2 (outdated)
1 year ago
This is the second part of the UINavigationController tutorial. In this part I illustrate sharing data between multiple xib files.
** Danger I now disagree with this tutorial. Remember, like most of y'all I didn't do extensive Objective-C before the iPhone (didn't pay). I took shortcuts too, now I don't, I believe you have to do this just like you would using C++, Java, or any other object-oriented language. Sticking data classes in the Application Delegate is not the way to go. Create an object model and pass it around like a God fearing developer worth his or her salt is supposed to do! BTW: THIS TUTORIAL IS OUTDATED
** Danger I now disagree with this tutorial. Remember, like most of y'all I didn't do extensive Objective-C before the iPhone (didn't pay). I took shortcuts too, now I don't, I believe you have to do this just like you would using C++, Java, or any other object-oriented language. Sticking data classes in the Application Delegate is not the way to go. Create an object model and pass it around like a God fearing developer worth his or her salt is supposed to do! BTW: THIS TUTORIAL IS OUTDATED
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
I think for small application, that would not be a big impact; and definitely I would use without worry about it.
Another time, great tutorial.
Thank you
And they say it's "true object oriented":
* If you have a Java/C++ car engine without a cooling system, the engine will blow away because there is no cooling system.
* If you have an ObjC car engine without a cooling system, it will start... But it may do nothing... Perhaps! Who knows...? ...Does anybody?
If we take into account that object oriented programming is a take into trying to make programming more "human readable"... What is the most human readable behavior you would expect from a car without a cooling system?
Objective-C is full of non-sense.
Thanks for this tutorial. Like you I have been looking at the Stanford lectures (no 7 in particular). I was suprised when Evan skipped over what I felt is one of the most fundamental points of Nav controllers (passing data up and down the stack) - especially given his brilliant teaching style for everything else.
Do you know of any decent tutorials which cover the "right" way of passing data both up and down a stack of view controllers?
Im hoping you might have already produced one...but that may be wishful thinking ;-)