I have opened my application on Xcode and I have found that initWithFrame:reuseIdentifier is deprecated and I was wondering how I correct it... Below is the code:
Thanks a lot!
Code:
cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:CellIdentifier] autorelease];
Thanks a lot!