I have existing iPad app supporting iOS 5 and 6. Can anybody help me to list down item that I need to take care while supporting iOS 7?
One thing I noticed that in existing code ((UITableView*)self.superview)
in UITableViewCell
doesn't work. superview of UITableViewCell
is UITableViewWrapperView
that need to be fixed in existing code.