Thumbnail of post image 183

Swift

a-Shellアプリを使用して確認する。 「/System/Library/Audio/UISounds/」に音ファイルが格納されている。 lsで確認する。 こ ...

Thumbnail of post image 158

Swift

開発中電子書籍閲覧アプリでページ移動用にUISliderを使用している。 書籍めくりを逆にした時に、UISliderを逆にする方法。 Example 左右逆転さ ...

Thumbnail of post image 025

Swift

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

Thumbnail of post image 036

Swift

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

Thumbnail of post image 072

Swift

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

Thumbnail of post image 115

Swift

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

Thumbnail of post image 147

Swift

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

Thumbnail of post image 085

Swift

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

Thumbnail of post image 164

Swift

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

Thumbnail of post image 136

Swift

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