Quote:
Originally Posted by eddietr
If the app is simple, you could do that. But once the app grows a bit, I think you'll find the app delegate has taken on too much at that point. Especially when model data is really being loaded from disk or the net. Then loading that model data (and checking for errors, timeouts, etc.) is a fair amount of code that sits better in its own controller.
|
I think I see what you mean...
Would you mind giving me an example? - I don't need any code. Perhaps, just a model/controller flow for an app you've done. If it's not too much to ask.
Chris.