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.
我在我的应用程序中使用弹出视图窗口。我想在触摸背景时隐藏键盘。我已经尝试过,但该代码不适用于弹出视图,并且适用于普通视图。谁能帮我。
提前致谢。
如果您需要使用控制器隐藏键盘,请尝试为您的 UIPopoverController 设置委托并在以下委托方法中执行您的键盘隐藏代码: -(void)popoverControllerDidDismissPopover:(UIPopoverController *)popoverController