Monday, 30 September 2013

iOS 7 adding UIView to UITableView

iOS 7 adding UIView to UITableView

I am trying to add a UIView to UITableView in iOS 7 to display and "Not
Results" view.
My code works fine in iOS 6, but getting white page in iOS 7.
[self.tableView insertSubview:_nomatchesView
belowSubview:self.tableView];
Anyone run into this issue?
Thanks.

No comments:

Post a Comment