Thumbnail of post image 070

Swift

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

Thumbnail of post image 174

Swift

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

Thumbnail of post image 188

Swift

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

Thumbnail of post image 003

Swift

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

Thumbnail of post image 181

Swift

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

Thumbnail of post image 049

Swift

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

Thumbnail of post image 051

Swift

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

Thumbnail of post image 183

Swift

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

Thumbnail of post image 096

Swift

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

Thumbnail of post image 018

Swift

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