这个问题可能听起来很傻,但对我来说意义重大。
我有两个类 - firstViewController& secondViewController。
我在firstViewController
中有一个UITextfield。现在我想在我的secondViewController
课程中使用UITextfield。
我不想在secondViewController
类中创建新的UITextfield,我想通过继承重用在firstViewController
中创建的UITextfield。
但是secondViewController
类已经继承了UIViewController
类。那么我怎样才能实现这一点(为我的第二堂课重复使用相同的UITextfield)
感谢您的时间。 (: