Thumbnail of post image 041

Swift

Xcode起動 「Clone existing Project」選択 GitHubリポジトリURL入力 保存場所選択

Thumbnail of post image 087

Swift

起動ターゲット、macOS(Design for iPad)選択 macOS上にWindowが表示され、iOSアプリが起動される Widgetも Widgetシ ...

Thumbnail of post image 025

Swift

Sceneの状態で処理 Example Code バックグランドへ inactive ↓ background フォアグランドへ inactive ↓ acti ...

Thumbnail of post image 080

Swift

Example Assetにつけた名前をImageに使用

Thumbnail of post image 145

Swift

EKEvent全日(isAllDay = true)指定時、startDateの時間は「0:00」。 timeStyle「.short」で表示すると「0:00」 ...

Thumbnail of post image 081

Swift

プロジェクトファイルに設定されているアプリバージョン取得、表示 Example

Thumbnail of post image 005

Swift

Example CalendarChoiceCalendar:アプリ開発時に生成されたフォルダ(Target) Choi-Cal:Widget開発の為、追加時に ...

Thumbnail of post image 124

Swift

Example eventsModel.nextEventsを更新。1行分削除。 上記コードのViewを表示。 「Fatal error: Index out ...

Thumbnail of post image 014

Swift

期待 Event2が先頭 結果 Event1が先頭 やった事 除外するコードを記載。 events(matching:)でNSPredicateを書けば良いのだ ...

Thumbnail of post image 046

Swift

お題 日本語Local環境で「Nov」と変換したい。 11月と表示される。 解決方法 複数箇所で使用したい為、Extension 使用例