I'm new to iOS development and I'm looking for a good example. Can someone give me a link?
My problem:
I made a project with some UIViewController
s, but I have a controller that has a lot of methods. How can I split my UIViewController
into multiple classes?
Finally, I want just split my UIViewController
into multiple files but I want my UIViewController
working as if all the methods were in the same file.
If someone can give me a good book or explain me how it works that would be great.