标签: iphone xamarin.ios
我需要隐藏键盘,只要我点击iPhone的任何部分的视图使用monotouch。
答案 0 :(得分:0)
你可以试试......
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [textFieldName resignFirstResponder]; }