I have some old xocde 2.0 code that uses UIPreferenceTable.
I like to find the equivalent function for it under xcode 3.0, or 4.0.
Also the deprecated UITableView
[tableview selectRow]
[col identifier]
[tabelviewcell setShowSelection]
Apple didn’t do a good job in explaining the transition. When they deprecated certain functions, they need to show example how to use a replacement function to replace the same code.
I mean, all my previous codes now are broken…and I have a hard time fixing them. Not good at all.