UISearchbar由父视图覆盖

时间:2015-04-08 03:54:22

标签: ios objective-c iphone ios7

enter image description here

表格将在按下右键的单元格下添加一个选项单元格。然后表自动滚动并显示整个标题,但搜索栏的不可见部分将由父视图覆盖。如果稍微滚动表格,它会立即显示。有办法解决吗?提前谢谢!

enter image description here

enter image description here

enter image description here

添加1

[currentTableView beginUpdates];

NSMutableArray *addCellIndexPaths = [[NSMutableArray alloc] initWithObjects:optionCellIndexPath, nil];

[currentTableView insertRowsAtIndexPaths:addCellIndexPaths withRowAnimation:UITableViewRowAnimationTop];
[currentTableView endUpdates];

0 个答案:

没有答案