Thumbnail of post image 184

Swift

PKInkingTool.InkTypeは、 .pencil .marker .pen があります。 各種類の デフォルトサイズ:.defaultWidth 指 ...

Thumbnail of post image 141

Swift

iPad Pro用手帳アプリオリジナル作成 背景は前記事 「手帳「アクションプランナー」→「Planner」、最終的にはオリジナルへ」 不具合改修 ・イベントの ...

Thumbnail of post image 162

Swift

コード ContentView.swift AdditionalView.swift .actionSheet iPadは「Cancel」は表示されません。 . ...

Thumbnail of post image 093

Swift

.sheetと.fullScreenCoverは名前以外同じ書き方が出来る。 違いは、 .sheetはTopを触ってSwipe Downで閉じれる。 .full ...

Thumbnail of post image 168

Swift

MPMediaPropertyPredicate iPhone本体にある曲を対象 MPMediaQuery.albums() albumCollectionsに ...

Thumbnail of post image 191

Swift

MPMediaItemの全プロパティ表示 全38種類 「General Media Item Property Keys」「User-Defined Prope ...

Thumbnail of post image 084

Swift

init Example Code上同じに見えて違う。 上:(_ title: StringProtocol, ~ 下:(_ titleKey:Localize ...

Thumbnail of post image 033

Swift

画面ロックしない設定 SplitView時、指定したアプリがいれば画面ロックしない。

Thumbnail of post image 056

Swift

メインのViewとパーツのViewで値を共有したい。 →@Stateと@Binding