Novice MVC question -- iOS

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
caseybasichis
Greenskin
Posts: 100
Joined: Wed Jan 25, 2012 7:50 pm
x 1

Novice MVC question -- iOS

Post by caseybasichis »

Hi,

Please excuse this for being such a novice question but I'm having trouble understanding how to setup a MVC workflow.

I'm writing a iOS app in C++ with Ogre. SQLite and SOCI will be used to handle the data and a Dependency Injection framework for handling dependencies. I would really like to keep it cross platform wherever possible.

I know the CocoaTouch uses a MVC pattern. I may end up using the iOS gui as well, though I am hoping to avoid it with Gorilla/Gui3D.

Does Ogre use its own MVC? Are there generic C++ mvc's and would it be wise to try and use? Am I confusing the whole Idea of the MVC?
User avatar
masterfalcon
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 4270
Joined: Sun Feb 25, 2007 4:56 am
Location: Bloomington, MN
x 126

Re: Novice MVC question -- iOS

Post by masterfalcon »

In the world of MVC Ogre would be just the view part.