SwiftUI
https://gyazo.com/02fefce57797d5499ffeab7172cc2e61
https://developer.apple.com/xcode/swiftui/
SwiftUI by Example - Quick Start Guides for Swift developers
特徴
Decleative(宣言的)
Compositional(合成)
Automatic Behaviors(自動的)
Consistent State(状態)
Reduxに近い?
Single Source of Truthを保証
制約
iOS13以上
プレビュー表示はMacOS Catalina以上にする必要あり
SwiftUIだけで完結しない操作もあり
例:コレクションビューがない
#icon #Swift