Thumbnail of post image 027

Swift

Swift MusicKitプログラミング その13 MusicKitで検索したアルバムをミュージックライブラリに追加 MediaPlayer Framewor ...

Thumbnail of post image 069

Swift

同じにならないのか。 同じにするのは端末毎にフォントサイズを調整しないといけないのか。

Thumbnail of post image 144

Swift

ドキュメント「Creating a Widget Extension」 ドキュメントの最後に「Declare Multiple Widgets in Your ...

Thumbnail of post image 001

Swift

手帳「アクションプランナー」風のオリジナルアプリ「APCDigital」開発 背景は以前の記事 「手帳「アクションプランナー」→「Planner」、最終的にはオ ...

Thumbnail of post image 000

Swift

実現したい事 その2:UILabelにHTMLを反映 HTMLを反映:「1:00 Paris Saint-Germain - FC Nantes」 htmlTe ...

Thumbnail of post image 142

Swift

実現したい事 その1:HTML色指定を差し込む 文字列:「1:00 Paris Saint-Germain - FC Nantes」 色指定差し込み後文字列:「 ...

Thumbnail of post image 091

Swift

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

Thumbnail of post image 101

Swift

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

Thumbnail of post image 030

Swift

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

Thumbnail of post image 146

Swift

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