I am a new iphone app developer.I want to know what is the difference between view and viewcontroller.
A UIViewController instance manages a hierarchy of UIView instances.
Read up on the Model-View-Controller pattern that embodies the design of most iOS apps.