Create Simple Single View For An Application

Create Simple Single View For An Application Create the application Create view file Menu > File > New > File > iOS > Cocao Touch > Objective-C class > Next Subclass Of: UIViewControllerSubClass Name it ("#ViewController", ending with "_iPhone" and "_iPad" for multi device apps, is a good naming convention) Subclass of > UIViewController (or […]

Read More