I am just trying to get my head around MVC in Objective C and IOS but am having a problem I\'m hoping someone can help me with.
I have created a custom view (created as
You can just create another property on your view controller of type MyCustomView*.
Declare that property as an IBOutlet and you wire that up in IB.
Then in your view controller you can use that property to access that custom view.