I have a small slots game almost developed for iPad as this is my very first interaction with any of Apple technology, so I never really designed this application properly while developing, I want to mould this code into, what apple advocates, Model-View-Controller style. I read a lot about it but still confused.
This is what I have:
- ViewController class created by default
- Some methods to control the animation
- Textiles for some data and some methods to access them
- Methods to calculate payouts and winning amounts
So what should I exactly do now to convert it into MVC, how should my approach be? Also tell me any good books or online documentation for the same
Thanks in advance!!
