Thumbnail of post image 146

Swift

手帳「アクションプランナー」→「Planner」→オリジナル開発(APCDigital)→標準化「Refill Calendar」つづき1 の標準化前「APCD ...

Thumbnail of post image 100

Swift

参考 stack overflow「Convert UIBezierPath to PKStrokePath swift」 Example

Thumbnail of post image 091

Swift

妄想「手帳「アクションプランナー」→「Planner」→オリジナル開発(APCDigital)→標準化」 Refill Calendar Ver 1.1に向けて ...

Thumbnail of post image 023

Swift

現在 バージョンアップ 追加要素はオプショナルにしておけば、デコード時に要素がなくても大丈夫。 nilが入る。 追加要素を触るとき気をつけないといけないが、 デ ...

Thumbnail of post image 193

Swift

妄想「手帳「アクションプランナー」→「Planner」→オリジナル開発(APCDigital)→標準化」 Refill Calendar 昨年からやっている開発 ...

Thumbnail of post image 195

Swift

Refill Calendar 記事「手帳「アクションプランナー」→「Planner」→オリジナル開発(APCDigital)→標準化その7」 公開に向けて最終 ...

Thumbnail of post image 068

Swift

記事「Swift SwiftUI上でUIKit使用、アプリバッググランド遷移をUIKit側に通知、Combineにしてみた」の逆 tap契機に通知 準備 UIK ...

Thumbnail of post image 073

Swift

UIControlの設定です。 指定方法は2つ。 ・Xcodeで設定する。 ・コードで設定する。 コード例

Thumbnail of post image 145

Swift

UIColor→JSON 以前の記事 UIColor情報をJSONで保存したい為、RGB情報にする JSON→UIColor Exampleソース

Thumbnail of post image 134

Swift

UIDocumentPickerViewControllerView使用、ファイル選択後の処理 Exmaple