If I have a UIView, called ” someView”, than, I have a controller, which is called “myController”.
I want to assign the someView with myController, how can I do so in code? Thank you.
If I have a UIView, called someView, than, I have a controller, which is
Share
Basically:
Read what @Lou Franco suggests.
Implement the load view like that: