怎样用代码取消UISearchBar的搜索状态,有图
2个回答
展开全部
如果你调用这个代理方法的话- (void)searchBarTextDidBeginEditing:(UISearchBar *)searchBar 那么点击搜索框就会进入搜索状态,如果里面有光标的话,那再点击的话,却不能进入代理方法了,so,如果不想进入搜索状态,那么就只用这个代理方法,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
UISearchDisplayController?
@property(nonatomic,getter=isActive) BOOL active; // configure the view controller for searching. default is NO. animated is NO
- (void)setActive:(BOOL)visible animated:(BOOL)animated; // animate the view controller for searching
@property(nonatomic,getter=isActive) BOOL active; // configure the view controller for searching. default is NO. animated is NO
- (void)setActive:(BOOL)visible animated:(BOOL)animated; // animate the view controller for searching
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |