In my project i\'ve got a Deprecations warning, initWithFrame : reuseIdentifier : is deprecated
I don\'t know what it mean, could some one tell me how to resolve thi
Use this code:
cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];