Mark's Tech Stuff
Programming solutions, source code, solutions to tech problems and other tech related stuff.
Thursday, January 06, 2011
setfont is deprecated iPhone
Yes indeed it is.
Now this:
//cell.font=[UIFont fontWithName:@"Trebuchet MS" size:20.0];
Should become this instead:
cell.textLabel.font = [UIFont fontWithName:@"Trebuchet MS" size:20.0];
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment