Monday, December 9, 2013

UITableViewWrapperView in iOS7

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