In iOS Development, a View Controller is responsible for displaying the data of our iOS application on the screen . It acts as an interface between its Views (created by the developer) and the application data. Each ViewController in the Storyboard is assigned a Class that inherits the UIViewController class.