Thumbnail of post image 133

Swift

class NSObject(class)を継承 NSCoding(protocol)を適用 デコード(ファイルからclass)用にrequired init? ...

Thumbnail of post image 076

Swift

Mastering iOS 14 Programming - Fourth Edition O'Reilly.comのサブスクリプションでも読めます。 Chap ...

Thumbnail of post image 055

Swift

iOSアプリ「Regular Expression Test」 初めて公開したアプリ 2014年公開 プログラミング言語:Objective-C iPhone ...

Thumbnail of post image 152

Swift

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

Thumbnail of post image 034

Swift

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

Thumbnail of post image 053

Swift

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

Thumbnail of post image 013

Swift

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

Thumbnail of post image 002

Swift

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

Thumbnail of post image 113

Swift

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

Thumbnail of post image 102

Swift

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