所以我看到这个问题的回答是这样的,有人说“使用 TextFieldShouldBeginEditing 这是 UITextField 委托协议中的一种方法”
我已经在原始视图中使用了 popover 委托协议:
@interface AddChildViewController : UIViewController <UIPopoverControllerDelegate> {
然后我在该视图中将 UITextField 作为 IBOutlet 。我是否必须创建一个只包含 UITextField 的新视图和视图控制器?
请具体说明我应该放在哪个文件中。谢谢!