How to make a iPhone app / game

Manpreet Singh
3 min readFeb 28, 2021

Welcome back! iPhone apps have been such a growing industry, but you maybe asking yourself: Where do I start? What languages should I use? Let’s me go ahead and give a high level overview of how to make an iPhone app. Keep in mind that this is a very basic overview, i’ll be making other coding based tutorials later about this, but by the end of this you should have a good understanding of what is needed to make an iPhone app ☺️

First off, there are many different coding / non coding methods of developing an iPhone app, most importantly though, Apple has created their own language for creating iPhone / iPad apps: Swift, but you can also use Objective C if needed. This is pretty much the main way to make a iPhone application, however, it isn’t the only way. There are tons of other ways to create an app without even coding, but to get the most control of the app, most people tend to use Swift or Objective C.

Let’s move onto another huge differentiating factor, apps vs games. For application development Swift or Objective C is the…

--

--