Thumbnail of post image 090

Swift

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

Thumbnail of post image 036

Swift

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

Thumbnail of post image 150

Swift

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

Thumbnail of post image 039

Swift

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

Thumbnail of post image 058

Swift

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

Thumbnail of post image 143

Swift

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

Thumbnail of post image 022

Swift

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

Thumbnail of post image 045

Swift

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

Thumbnail of post image 031

Swift

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

Thumbnail of post image 020

Swift

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