Thumbnail of post image 130

memo

Software Design 2021年01月号 特集 Goプログラミングスキルをレベルアップ 第1章 基本の型とインタフェース 第2章 入出力 第3章 ゴル ...

Thumbnail of post image 071

Swift

.sheetと.fullScreenCoverは名前以外同じ書き方が出来る。 違いは、 .sheetはTopを触ってSwipe Downで閉じれる。 .full ...

Thumbnail of post image 177

Swift

MPMediaPropertyPredicate iPhone本体にある曲を対象 MPMediaQuery.albums() albumCollectionsに ...

Thumbnail of post image 172

Swift

MPMediaItemの全プロパティ表示 全38種類 「General Media Item Property Keys」「User-Defined Prope ...

Thumbnail of post image 173

書籍目次

イラストでわかるDockerとKubernetes Software Design plus 技術評論社 著者:徳永航平 はじめに 第1章 コンテナ技術の概要 ...

Thumbnail of post image 089

Swift

init Example Code上同じに見えて違う。 上:(_ title: StringProtocol, ~ 下:(_ titleKey:Localize ...

Thumbnail of post image 100

Swift

画面ロックしない設定 SplitView時、指定したアプリがいれば画面ロックしない。

Thumbnail of post image 072

xyz

付属のケーブルはUSB-C-Lightning。 電源アダプタは付属していません。 iPhoneとApple Watchの充電がケーブル1つで済むようになりまし ...

Thumbnail of post image 076

Swift

メインのViewとパーツのViewで値を共有したい。 →@Stateと@Binding