Make iPhone Apps – An XCode 7 Tutorial For Beginners
19:39
How
To Make iPhone Apps – An XCode 7 Tutorial For Beginners
1.
Where Can You Download Xcode?
2.
Demystifying The XCode Interface
3.
The Navigator Area
This is where you’ll see all the files associated with
your project.
4.
The Editor Area
So far we’ve been talking about editing code files and
writing code, however Xcode has interface builder integrated in and when you’re
viewing the Storyboard or a XIB file, the editor area will turn into a visual
designer.
5.
The Utility Area
6.
The Debug Area
7.
The Toolbar
8.
The Xcode Organizer
There are a lot of things you can do in the devices
window (keyboard shortcut ⌘ ⇧ 2) that I can’t list them all. However, the main
uses are to manage your provisioning profiles on your system AND on various
devices. We haven’t talked about provisioning profiles yet, but they’re
important for deploying your app on actual physical iOS devices. I’ll need to
create a separate tutorial for that.
You can look at crash log from devices, enable
development use for various connected devices and more.
In Xcode 7, you can find the different repos in the
Source Control >> Check Out menu, in the repositories tab, you’ll be able
to manage local and remote repos (GitHub, etc) that you have set up for your
projects.
In the projects tab, you can see a list of projects
you’ve opened before so you can quickly open them again and you’ll be able to
manage derived data and snapshots of your projects as well.
In the archives tab, you can manage your archives for
various projects. You would archive your app when you want to deploy it to the
store or distribute it in some other manner.
In Xcode 7, the Documentations and API are
available via the Help menu
You can view various iOS SDK documentation
here.
9.
The iOS Simulator
-Device rotation
-Simulating various GPS coordinates
-Device shake
-Simulating low memory scenarios
Let’s
Summarize
Now you understand:
-The Navigator, Editor,
Utility, Debug and Toolbar Areas of XCode!
-The various code editing features
of the editor area!
-The XCode organizer!
-The iOS
Simulator!
What’s
Next?
Go
0 nhận xét