In this article, you will learn how to set up and run an IOS Application. This application will later be modified to use the shared library written in Kotlin.

Follow the simple steps given below to create your first application.

  • Download the Xcode and install it from the App Store.
  • Create a project by selecting Create a new Xcode project Button
  • Select the Single View App as we are going to build an app with single screen and click next.
  • Give the product name as shown in the diagram below. Ensure that you have selected Swift as a language and a storyboard as a User Interface and finally click on the Next button.
  • Once the application is created, you should be able to run the application using the button highlighted in the diagram below.

When you run the app you will see the ios simulator and a blank view. Let’s learn how to use the add UI elements to the IOS APP and use shared code in this app in the next articles.

Tags

One response

Leave a Reply

Your email address will not be published. Required fields are marked *