iOS Tutorial

ios app life cycle state relationship

When you create an iOS application with Xcode, the following two files play the primary role in the application development. AppDelegate.swift and ViewController.swift ( In Objective-C project the file are AppDelegate.h,AppDelegate.m,ViewController.h and […]

ios swift hello world example new

Swift is a newly designed programming language for iOS developer, it is more clear and easy to understood than Objective-C. This article will show you the swift hello world example […]