マツシタのお勉強

Swift

SwiftでCurrentUserを実装する

ソースコード シングルトンを使って実装する。 参考 stackoverflow.com

HimotokiとAPIKitでAPIクライアント

APIKitとは GitHub - ishkawa/APIKit: Type-safe networking abstraction layer that associates request type with response type. Himotokiとは GitHub - ikesyo/Himotoki: A type-safe JSON decoding library purely written in Swift 単一のモデルをデコ…

SDWebImageのドキュメントを読む

What is SDWebImage 非同期での画像のダウンロードや画像のキャッシュをサポートするライブラリ。 UIによってカテゴライズされている(UIImageView, UIButton, MKAnnotationView) github.com Read.meを読む 特徴 UIによってウェブ画像の追加やキャッシュの機…