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.