Introduction to Xcode and iOS Fundamentals (Swift)

OVERVIEW

We will begin by exploring the UIKit and how UIs are made using this framework. We’ll explore working with common elements(buttons, labels, textfields, etc.), autolayout, and navigation.

LEARNING OBJECTIVES

  • Become familiar with Xcode software and building projects from scratch using Swift and UIKit.
  • Learn how to navigate between different screens.
  • Build UIs that look consistent on different screen size.