Reputation: 9466
I have been searching around for a while now, and I can't figure out if what I am doing is possible. I would think it is, but I am having no luck finding an example. I have a UIViewController, and nested inside that ViewController I have a UIView. I have that UIView linked up to a custom UIView class. Nested inside the UIView is a UITextField. I am trying to drag connect the UITextField to the UIViews.h file. Xcode won't let this happen, so I am trying to figure out if this is possible.
I am able to call a method inside my UIView from my UIViewController, so I think it's all wired up correctly.
Thanks
Upvotes: 0
Views: 56