A little help with MVC
Posted
by s0mmer
on Stack Overflow
See other posts from Stack Overflow
or by s0mmer
Published on 2010-05-07T16:09:02Z
Indexed on
2010/05/12
8:14 UTC
Read the original article
Hit count: 195
cocoa
|objective-c
Hi everyone,
I'm working on a cocoa app for syncing data between two folders.
- It have profiles (so you can have multiple setups)
- It's possible to analyze data
- It's possible to sync the data
Im a little confused. First of all i cant really see where to have a model? And how many controller would you suggest? 1 WindowController or AnalyzeController, SyncController etc.
Its quite a while since i have worked with MVC. I've read some articles but i'm missing concrete examples on how to divide it.
Best regards.
© Stack Overflow or respective owner