Thumbnail of post image 053

Swift

アルバムのアートワークを眺めて、情報表示、再生するアプリ。 ジャケ聴きをしよう!! ・再生はシステムのミュージックプレイヤーを使用します。 ・表示対象はミュージ ...

Thumbnail of post image 179

Swift

Assetsのローカライズしたい画像選択 Inspector Areaの一番右のアイコン「Image Set」選択 Localizationで「Localize ...

Thumbnail of post image 030

Swift

GeometryReaderを使用して変更を監視 onChange(of:perform:)でGeometryReaderを値を監視。 回転で確認 height ...

Thumbnail of post image 185

Swift

NowPlayingView概要(ドキュメントより) ドキュメント: 概要 Now Playing」ビューを使えば、ユーザーはアプリを離れることなく、現在または ...

Thumbnail of post image 000

Swift

同じにならないのか。 同じにするのは端末毎にフォントサイズを調整しないといけないのか。

Thumbnail of post image 176

Swift

ドキュメント「Creating a Widget Extension」 ドキュメントの最後に「Declare Multiple Widgets in Your ...

Thumbnail of post image 158

Swift

NotificationCenterで通知 SwiftUI側 UIKit側

Thumbnail of post image 132

Swift

コード DatePickerのselectionに「@Binding var day: Date」指定した場合、コール元が即座に反映されてしまう。 画面外タップ ...

Thumbnail of post image 056

Swift

SwiftUIでUIDocumentPickerViewControllerで選択したファイルがアプリ内フォルダにあるのか確認 外部フォルダであれば内部にコピー ...

Thumbnail of post image 028

Swift

SwiftUIでUIDocumentPickerViewControllerで選択したファイルをアプリフォルダにコピーする Point startAccessi ...