Classes
The following classes are available globally.
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
-
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
See moreViewController
class is a subclass of theUIViewController
, and it conforms to theUITextFieldDelegate
protocol.Declaration
Swift
class AllVideosController: UITableViewController
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more