iOS Dev Lesson 2

Last updated 2021 April.

iOS Dev Lesson 2

  • 熟悉 Xcode
  • 使用 Storyboard 製作 Prototype

Xcode 介面

Choose iOS > App

Choose Storyboard Interface.

The user interface approach in iOS

  • UIKit
  • SwiftUI

Which one to learn?

We need both.

What’s the difference between UIKit and SwiftUI?

Programmatic vs. declarative

Choose Storyboard Interface.

Left panel

Main area

Right Inspector

Status

running in target simulator

Files panel

.swift

Source code

.storyboard

User Interface

.xcassets

Xcode Assets

for images and color codes

Info.plist

App configuration

Inspector

Example: 包剪揼

iOS Dev Lesson 2

By makzan

iOS Dev Lesson 2

  • 239