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.
在我的应用程序中,底部工具栏中有一个按钮,当我单击它时,搜索栏应显示在工具栏的顶部。
如何实施?
请为此提供解决方案。
在 viewDidLoad 中创建一个 searchBar,searchBar.hidden=YES;然后在 button action set 中设置searchbar.hidden=NO;。这样您就可以在单击特定按钮时显示 searchBar....
searchBar.hidden=YES;
searchbar.hidden=NO;