0

actually i want to create custom class for textfield and in that same class handling of all things like delegate,any other properties also.from controller only i need to call just a single method of that class.

4

1 回答 1

0

您的意思是在您自己的类中使用 textfield 委托,以便可以使用 Textfield 方法?

尝试添加 < UITextFieldDelegate > 您的 .h 文件,例如:

@interface YourClass : NSObject <UITextFieldDelegate>

希望这就是你要找的。

于 2012-10-16T12:33:03.050 回答