Great tutorials! This is how to teach in simple terms so that people can grasp the concepts.
Exactly what i was looking for
Thank you and keep up good work.
I did have a question...
could the above action have been written like dot syntax
textField.text = @"five";
instead of
[textField setIntValue:5];
???
Submitted by nextEdge (not verified) on Tue, 08/11/2009 - 10:44.
Great tutorials! This is how to teach in simple terms so that people can grasp the concepts.
Exactly what i was looking for
Thank you and keep up good work.
I did have a question...
could the above action have been written like dot syntax
textField.text = @"five";
instead of
[textField setIntValue:5];
???
Submitted by nextEdge (not verified) on Tue, 08/11/2009 - 10:44.