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.
当用户在搜索栏中触摸时,我试图让导航栏消失,就像在联系人中一样。请看一下我在下面放置的图像。
如何检测搜索栏中的触摸?
使用- (void)searchBarSearchButtonClicked:(UISearchBar *)searchBar和(BOOL)searchBarShouldBeginEditing:(UISearchBar *)searchBar来实现您的逻辑。