Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个具有三个标签栏项目的应用程序。
当我单击第二个标签栏项目时,搜索栏需要像(搜索栏becomeFirstResponder)一样自动启用。
becomeFirstResponder
我已经在viewWillAppear方法中做到了这一点。所以每次它都会自动成为第一响应者。但我只希望在选择标签栏项目时搜索栏必须becomeFirstresponder。
viewWillAppear
becomeFirstresponder
有人可以帮忙吗?
您可以tabBarController: didSelectViewController:用于识别何时按下特定选项卡。从那里你可以打电话becomeFirstResponder。
tabBarController: didSelectViewController: