Please enable JavaScript.
Coggle requires JavaScript to display documents.
IOS & Swift - The Complete IOS App Development Bootcamp - Coggle…
IOS & Swift - The Complete IOS App Development Bootcamp
Section 2 - Xcode Storyboards and Interface Builder
The I am Rich App ✅
Now that you have everything set up.
Let's Build our first app - I am Rich App - No functionality app.
What we will Learn
How to create and set up a new IOS Project from Scratch.
Get an Overview of Xcode - The software for creating IOS App
How To design your app in Xcode using IOS Components
How to incorporate your own Image assets into your app.
How to design and Create a custom app icon.
How to run your app on Simulator and the iPhone
A Quick Note about Nest Lesson ✅
Follow the upcoming videos Step by Step
Most Important thing is the UserInterface drop down -> Storyboard
Let's Create a Bran New Xcode Project. ✅
Create new Xcode project / File > New > Project
Choose template for our project.
IOS > APP (And this is the most customisable template) > Next > UI Interface - StoryBoard + Project Name - Name of your App + Organisation Identifier ( Bundle Identifier - is kind of like a web address , it meant to be unique that will identify your app in app store , and is created by reverse domain name , which comes from your Organisational identifier ) - www.nishantapp.com > Next , Save at location - That's it
Xcode auto saves changes, If you want to locate your project - click project (I am rich) > Locate - it will show where it is in your Mac.
IamRich.xcodeproj - to open your project.
Let's 1st tackle - How to Create and Set up a new iOS Project from Scratch.
A walkthrough of Xcode development Environment
Getting an overview of Xcode - the software for creating IOS Apps