vankuik.nl
RecentChanges
Blog
2021-01-15
2021-01-14
Search:
History of 2019-09-16 Objective-C project without storyboard in Xcode 11
2019-09-16
07:03 UTC
Revision 3
. . . .
6
1
3
1
–
Create a new project and open the ViewController.h. Add the following lines to viewDidLoad: self.view.backgroundColor = [UIColor greenColor]; . . .