是否可以在Objective C中使用继承概念重用相同的UITextField?

时间:2016-06-20 06:48:55

标签: ios objective-c inheritance

这个问题可能听起来很傻,但对我来说意义重大。

我有两个类 - firstViewController& secondViewController。 我在firstViewController中有一个UITextfield。现在我想在我的secondViewController课程中使用UITextfield。 我不想在secondViewController类中创建新的UITextfield,我想通过继承重用在firstViewController中创建的UITextfield。

但是secondViewController类已经继承了UIViewController类。那么我怎样才能实现这一点(为我的第二堂课重复使用相同的UITextfield)

感谢您的时间。 (:

0 个答案:

没有答案