Hi All,
I am implementing application which has multiviews, and I am doing this without using Navigationcontroller or Tabbarcontroller.
so I implemented 4-5 views which is inherited from UIView and in Appdelegate calling this view accordingly.. so removing currentview and adding new view on window (window addsubview: myview) while loading new view.
this works fine..but here I didnt use view controller.
and if I want to follow MVC pattern, then how do I implement using UIviewController and UIView both?
if for different module I want to use one viewcontroller then how many view I can implement and how can I switch those view with that one viewcontroller
or should I use only viewcontroller?
pls anybody can suggest any sample app who discribes this following mvc design.
thanks
I am implementing application which has multiviews, and I am doing this without using Navigationcontroller or Tabbarcontroller.
so I implemented 4-5 views which is inherited from UIView and in Appdelegate calling this view accordingly.. so removing currentview and adding new view on window (window addsubview: myview) while loading new view.
this works fine..but here I didnt use view controller.
and if I want to follow MVC pattern, then how do I implement using UIviewController and UIView both?
if for different module I want to use one viewcontroller then how many view I can implement and how can I switch those view with that one viewcontroller
or should I use only viewcontroller?
pls anybody can suggest any sample app who discribes this following mvc design.
thanks