◐ Shell
clean mode source ↗

AkkeyLab - Overview

Pinned Loading

  1. Auto setup system for macOS.

    Shell 52 32

  2. Introduce how to make the Storyboard file and Xib file correspond to the preview function by SwiftUI.

    Swift 35 3

  3. SwiftUI sample using LazyVGrid

    Swift 24

  4. Protect the screen from recording 🔐

    Swift 18 4

  5. 2

    XcodePreviews は SwiftUI で記述された UI を Xcode 上でプレビューするための新しい拡張機能です。 SwiftUI と UIKit には互換性があるため、 UIKit で構築された UI を XcodePreviews でプレビューさせることも可能です。  

    3

    これによって、アプリケーションの再コンパイル・再実行なしに UI の変更を即時プレビューすることを可能にします。

    5

    今回は、この XcodePreviews がどのような仕組みで実現されているのかを解説します。