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.
当用户在键盘启动时按下主页按钮时,如何关闭 iPhone 键盘?
你可以试试:
-(void)applicationDidEnterBackground:(UIApplication *)application { [yourtextfield resignFirstResponder]; }