Chapter #2: First iOS Application

I assumed you have Xcode installed in your MacOS PC or Laptop. If yes, then its great. We can continue this lecture. Else first you need to install the latest Xcode in your MacOS PC or Laptop. If you don't know how to install Xcode, then go and check Chapter #1: Welcome to Xcode . You will find the Xcode icon same as shown in the above image in your Launchpad or Application folder. Launch this App and you will get first window as shown above. The window presents following options: Get started with a playground : This was introduced to the Swift language and Xcode 6. It's an interactive area which can be used to write small pieces of code to check runtime changes. It's a great way for Swift learners to be introduced to new Swift features. Create a new Xcode project : Will create a new project with by default configuration. Clone an existing project : This is used to check out a project from a repository location, for example...