6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

iPadでもSwiftUIで遊べるドン!

Posted at

こちらの記事で、XcodeのPlaygroundでSwiftUIが書ける旨が解説されていますが、iPadでも可能です。外出時に思いついたコードを試すなど、とても良さそうです。
https://qiita.com/shtnkgm/items/387132cd9633a59e7390

軽くサンプルのスクショ載せて解説します。忘れた時に参考できるような形です。

515A5131-FD09-46BC-A0C6-FB413BCB34DB.png

ポイント UIHostingViewControllerを使う

XcodeではPreviewProviderでプレビューを見る事ができますが、Playgroundにプレビューはありません。なので、UIKitの時にもPlaygroundでViewを検証するのに使っていたPlaygroundSupportのモジュールを利用します。 PlaygroundPage.current.liveViewにUIHostingViewControllerを割り当てる事でliveViewを表示できるようになります。

6
4
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?