In iOS7, a view is included in between UITableView and UITableViewCell, named UITableViewWrapperView. [This was not there till iOS 6].
UITableViewWrapperView is a superview of the UITableViewCell, and UITableView is the superview of UITableViewWrapperView
UITableView - > UITableViewWrapperView -> UITableViewCell
No comments:
Post a Comment