History of 2019-09-16 Objective-C project without storyboard in Xcode 11

2019-09-16
07:03 UTC Revision 3 . . . . 6430Create a new project and open the ViewController.h. Add the following lines to viewDidLoad: self.view.backgroundColor = [UIColor greenColor]; . . .