Classes

The following classes are available globally.

  • The purpose of the ViewController view controller is to provide a user interface where a fullname can be created by a first and last name, and to break a fullname into its components at the same time.

    There’s a matching scene in the Main.storyboard file, and in that scene there are three textfields and two buttons. Go to Interface Builder for details.

    The ViewController class is a subclass of the UIViewController, and it conforms to the UITextFieldDelegate protocol.

    See more

    Declaration

    Swift

    class AllVideosController: UITableViewController