View knows how to interact with the user. He knows how to display some data, how to handle events and how to give feedback to the user.
The view controller knows that, but now how. He knows what data to display and what to do in response to user action.
UIButton knows how to display the title and image, and how to track a click, but not what the title should be or what to do after the click.
UITableView , , , , . , .
, . tableview , . .
Edit:
, , :
, UIViewController. , UIViewController , NSObject - . , UIViewController UIViewController. UIViewController, , , , , .
, , UINavigationController. UIViewControllers. , . , UIViewController.