Thumbnail of post image 175

Swift

個人使用用開発しているAPCDigital(Action Planner Clone Digital)にUndoボタンを追加する。 3本スワイプでUndoは出来 ...

Thumbnail of post image 120

Swift

「CalendarChoiceCalendar」配下にLocalizable.stringsがある。 「Choi-Cal」(Widget用Extension)で ...

Thumbnail of post image 140

Swift

ミュージックライブラリにアクアセスする場合、info.plistの「Privacy - Calendars Usage Description」を追加する。 V ...

Thumbnail of post image 130

Swift

ミュージックライブラリにアクアセスする場合、info.plistの「Privacy - Media Library Usage Description」を追加す ...

Thumbnail of post image 018

Swift

LazyVGridでGeometryReaderを使用する ダメな例 ScrollViewとLazyVGridの間にGeometryReaderを入れたケース。 ...

Thumbnail of post image 187

Swift

Font Structureのstaticメソッドを使用します。 static func system(size: CGFloat, weight: Font. ...

Thumbnail of post image 175

Swift

やりたい事 ①枠内どこでも反応 ②Tap:Tap用のアクション ③Long Press:Long Press用のアクション 1stアクション コード 結果 やり ...

Thumbnail of post image 089

Swift

以前の記事「SwiftUI Stepper、イメージした形にするにはlabelだけでは出来なかった」に登場していたNumberPlusMinusInputVie ...

Thumbnail of post image 124

Swift

リスト内をランダムで並べ替える Swift Algorithmが便利。 Swift Algorithm準備 Swift Packagesで追加する。 Examp ...

Thumbnail of post image 197

Swift

アプリに対応した設定画面を開く アプリのボタンアクションに下記コードを入れる。 設定画面に遷移します。