Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.12 KB

File metadata and controls

21 lines (12 loc) · 1.12 KB

Starter Kit and Resources for iOS Development

To get started with this course, make sure you have the following tools and resources ready:

  • Mac Computer - macOS Monterey or later is recommended.

Local Environment Setup

  1. Xcode - Download and install Xcode, Apple's official development environment, from the Mac App Store.

  2. Apple Developer Account - A free Apple Developer account is required for running apps on a real device. Sign up at developer.apple.com.

  3. Swift Playgrounds - A great tool for practicing Swift basics before diving into full app development.

  4. iOS Simulator - Comes with Xcode; use it to test your apps without a physical device.

  5. A Physical iPhone (Optional but Recommended) - Helps test apps on a real-world device.

Other tools (Optional)

  1. Git, download and install Git Version Control
  2. Create a Github account