我为 iphone/ipad 设计了一个应用程序。我的问题是我使用单个 RootViewController 来显示类别和子类别。
//Pop me to RootViewController Category Section From SubCategory in iphone/ipad
[self.navigationController popViewControllerAnimated: YES];
但是在 ipad 中,我的搜索栏隐藏在导航栏下。不知道该怎么做。想在导航栏下方的同一位置显示我的搜索栏 ContentOffset 为 44。
-(void)viewWillAppear