This workshop will introduce attendees to the Xcode environment. Attendees will create a small iPhone app and test it using the iOS Simulator or their own iOS device. No coding experience required.
The code used in the workshop can be found downloaded here: iOS Workshop Code
Learn more about Xcode from Apple
XCode is available for download in the Mac App Store
Agenda
Introduction to Xcode
- Creating a new Project
- Adjusting the environment
Visual Editing
- Creating new elements
- Adding Sliders, Buttons, and Labels
- Altering elements’ properties
Coding Basics
- Functions
- Variables
- Modifying elements
Testing your App
- iOS Simulator
- Your own device