iPhone SDK 3.0 deprecated issue: Anybody know a why I get a deprecated message for using the following code?
[cell.textLabel setText:@"sometext"];
cell.textAlignment = UITextAlignmentCenter;
I get a deprecated message: warning: 'setTextAlignment deprecated' is deprecated ....
Apparently there is new 3.0 code oput there that APple wants to use. Can;t find it naywhere. Thanks.
innertron