Welcome to the iOS documentation hub! Here's a guide to help you navigate key resources for iOS development.

🚀 Getting Started with iOS

  • Apple Developer Documentation: The official source for iOS APIs, frameworks, and SDKs.

    apple
    [Explore more → /en/ios/developer-portal](/en/ios/developer-portal)
  • Swift Programming Language: Learn the fundamentals of Swift for iOS apps.

    swift_language
    [Swift Guide → /en/ios/swift-tutorial](/en/ios/swift-tutorial)

🧱 Core Features of iOS

  • UIKit Framework: Build interactive UIs with components like UIButton and UITableView.

    uikit_framework
  • Core Data: Manage app data efficiently using this framework.

    core_data
  • App Store Connect: Submit and manage apps for distribution.

    app_store_connect

🛠️ Development Tools

  • Xcode: The official IDE for iOS development.

    xcode
    [Download Xcode → /en/ios/xcode-download](/en/ios/xcode-download)
  • Swift Playgrounds: Experiment with Swift code in a sandboxed environment.

    swift_playgrounds

For advanced topics, check out our iOS Architecture Guide. 🌐