In iOS, the controller is generally a subclass of UIViewController that manages a view, it is also responsible for responding to delegation messages and target-action messages.
Example:
You have a UITableViewController which is a subclass of
UIViewController hat manages a UITableView
Example:
You have a UITableViewController which is a subclass of
UIViewController hat manages a UITableView
No comments:
Post a Comment