I am new to iphone programming?
Can anybody tell me difference between view and view controller??
is the same difference between table view and table view controller?
My understanding is that - like in MVC architecture
view controller - will acts as controller which having control on model and view.
view - it will come under View section of MVC.
model - .h .m files.
but how it defines/differs in technically.
one more Question - we can add view to view controller using addSubView. but how can we go in reverse.
please suggest me links which will clear my concepts.
Many Thanks in Advance.