标签: ios iphone uitableview uisearchdisplaycontroller
当我的模态视图出现时,它看起来像这样(ui搜索栏和空表)。很典型。
我希望我的观看起来像这样
我该怎么办?
答案 0 :(得分:0)
您可以在[self.mySearchBar becomeFirstResponder]生命周期方法中调用mySearchBar.becomeFirstResponder()(目标C)或viewWillAppear(Swift)。
[self.mySearchBar becomeFirstResponder]
mySearchBar.becomeFirstResponder()
viewWillAppear