ko1o / PYSearch

🔍 An elegant search controller which replaces the UISearchController for iOS (iPhone & iPad) .
MIT License
3.83k stars 752 forks source link

收起键盘后整体界面上移 搜索记录也被搜索框挡住了 #227

Open ChillLight opened 5 years ago

ChillLight commented 5 years ago

如图所示

WeChat3393955dfa58ec5da5356eeeddad4da6 WeChat2472e12a068b3bd91724d055d7e640ae
ChillLight commented 5 years ago

暂时还没解决

------------------ 原始邮件 ------------------ 发件人: "Ws_1797822324"notifications@github.com; 发送时间: 2019年6月30日(星期天) 下午5:06 收件人: "ko1o/PYSearch"PYSearch@noreply.github.com; 抄送: " 寒光"124166492@qq.com;"Author"author@noreply.github.com; 主题: Re: [ko1o/PYSearch] 收起键盘后整体界面上移 搜索记录也被搜索框挡住了 (#227)

兄弟 你是怎么解决这个问题的

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

SchulzJak commented 5 years ago

如图所示

WeChat3393955dfa58ec5da5356eeeddad4da6 WeChat2472e12a068b3bd91724d055d7e640ae
  • PYSearch:最新 iPhoneXS

在当前页面的viewWillAppear方法中设置 [IQKeyboardManager sharedManager].enable = NO 即可

ChillLight commented 5 years ago

谢谢 抱歉这么晚才回复 已经按你的方法解决

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Jak <notifications@github.com> 发送时间: 2019年8月23日 14:36 收件人: ko1o/PYSearch <PYSearch@noreply.github.com> 抄送: Chill Light <124166492@qq.com>, Author <author@noreply.github.com> 主题: 回复:[ko1o/PYSearch] 收起键盘后整体界面上移 搜索记录也被搜索框挡住了 (#227)

如图所示

PYSearch:最新 iPhoneXS

在当前页面的viewWillAppear方法中设置 [IQKeyboardManager sharedManager].enable = NO 即可

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.