netyouli / WHC_KeyboardManager

IOS lightweight keyboard manager, use simple and powerful, the keyboard will never block input controls. iOS轻量级的键盘管理器,使用简单功能强大,键盘再也不会挡住输入控件
http://www.wuhaichao.com
MIT License
306 stars 63 forks source link

UISearchBar使用会崩溃 #7

Closed xunan623 closed 7 years ago

xunan623 commented 7 years ago

searchBar的父视图不能加约束吗? [headerView.superview addConstraint:[NSLayoutConstraint constraintWithItem:headerView attribute:NSLayoutAttributeLeft relatedBy:NSLayoutRelationEqual toItem:headerView.superview attribute:NSLayoutAttributeLeft multiplier:1 constant:0]];

netyouli commented 7 years ago

这个问题不在本库讨论范围

xunan623 commented 7 years ago

因为用这个库文件 导致我用UISearBar就崩溃 你说和你的库没关系,程序员都是这么解决bug的啊

netyouli commented 7 years ago

可以发个demo我看看