Skip to content
View AkkeyLab's full-sized avatar

Sponsoring

@d-date
@1024jp

Highlights

  • Pro

Organizations

@potatotips @DroidKaigi @challecara @Coiney-SDK @appbrew @tryswift @heyinc @ninokin-by-teniteo @akkeylabinc

Block or report AkkeyLab

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tryswift/try-swift-tokyo Public

    The official app for try! Swift Tokyo 2024

    Swift 141 21

  2. mac-auto-setup Public

    Auto setup system for macOS.

    Shell 53 35

  3. StoryboardPreviewsBySwiftUI Public

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

    Swift 35 3

  4. LazyGrid Public

    SwiftUI sample using LazyVGrid

    Swift 25

  5. RxScreenProtectKit Public

    Protect the screen from recording 🔐

    Swift 18 4

  6. How XcodePreviews works
    1
    # XcodePreviews の仕組み
    2
    XcodePreviews は SwiftUI で記述された UI を Xcode 上でプレビューするための新しい拡張機能です。 SwiftUI と UIKit には互換性があるため、 UIKit で構築された UI を XcodePreviews でプレビューさせることも可能です。  
    3
    これによって、アプリケーションの再コンパイル・再実行なしに UI の変更を即時プレビューすることを可能にします。
    4
    
                  
    5
    今回は、この XcodePreviews がどのような仕組みで実現されているのかを解説します。