Tut in Copy'n'Paste style. I rather prefer to read developer.apple.com
iPhone Development Tutorial - Part 1 [Introduction to Obj-C, xCode, and iPhone SDK]
#17
Posted 03 March 2011 - 05:20 PM
Not sure if anyone knows this but in your code you have
The .text propery of the cell was deprecated when iOS 3.0 came out. I believe now you have to use NSString.
myLabel.text = @”Hello World”;
The .text propery of the cell was deprecated when iOS 3.0 came out. I believe now you have to use NSString.
#18
Posted 19 July 2012 - 01:50 AM
Very nicely explained the introduction to xCode and Objective-C... Highly impressed..... thanks for the post.
#19
Posted 01 January 2013 - 06:24 AM
Thanks for this lesson. I'll start to work on it soon...