![Thumbnail of post image 126](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift CustomStringConvertibleプロトコル
概要 CustomStringConvertible Document 構造体・クラスインスタンスのprint時に表示する文字列を実装。 JavaのtoStri ...
![Thumbnail of post image 073](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift Docker Official Image 5.0対応されました
Docker Hub Swift Official Image Windos OSでSwift Windos OSでの環境構築はこちら1 Windos OSでの ...
![Thumbnail of post image 178](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift 5、リリースされた!!
Swift 5 Xcode 10.2 swift.org Blog「Swift 5 Released!」 swift.org「Migrating to Swif ...
![Thumbnail of post image 026](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift Windows OS DockerとVisual Studio CodeとPowerShellで簡単開発環境
概要 Windows環境でSwiftをやりたい。 コマンドプロンプトだけでは不便。 前提 ・Dockerがインストールされている事。 ・Swift Docker ...
![Thumbnail of post image 022](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift Windows OS Dockerで簡単環境起動
概要 Windows環境でSwiftをやりたい。 DockerでSwift環境を簡易に起動。 前提 Dockerがインストールされている事。 Swift Doc ...
![Thumbnail of post image 112](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
WWDC 2019 2019/6/3-7 San Jose
WWDC 2019開催のお知らせが来ました!! 「コードを書こう。世界を驚かそう。」 例年だと最新OSが紹介される。 Swift5は!?
![Thumbnail of post image 068](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift Int.randomの連続具合
概要 1〜2000のランダム値の連続具合を調べる。 ソース Playgroundで実行 連続しても2回、3回続くことはなかった 結果
![Thumbnail of post image 065](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift Int.randomの分散具合
概要 1〜2000のランダム値の分散具合を調べる。 ソース Playgroundで実行 選択されないものが700くらい。 意外と分散されない 結果
![Thumbnail of post image 068](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift MediaPlayer ミュージック検索 MPMediaPropertyPredicate
概要 Swift MediaPlayer ミュージック検索 MPMediaPropertyPredicate init init(value: Any?, fo ...
![Thumbnail of post image 050](https://kumonosu.cloudsquare.jp/wordpress/wp-content/uploads/2019/01/swift.png)
Swift MediaPlayer ミュージック検索で取得
概要 ミュージック検索で取得。 example 検索用ベース アーティスト名で検索 MPMediaPropertyPredicateを使用する。 フィルタはAn ...