Can anybody help me in designing my UITableView into MVC Pattern ?
- by user2877880
I have written a ViewController in which i get data from the internet and display it in a UItableview using a json parser which uses object for key to identify its objects.
What i would like your help in is to convert it into MVC pattern to make it less clumsy instead of including everything in the same controller class.
Please try explaining it…