タグ

ブックマーク / gist.github.com/kitasuke (2)

  • ios-productive-tools.md

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    ios-productive-tools.md
  • swift-protobuf.md

    swift-protobuf.md Protocol Buffersで高速な通信を型安全に実現する 最近AppleがProtocol Buffersの公式プラグインをGitHubに公開して話題になったので、実際に使ってみました。APIの通信が速くなったり、型安全に通信処理を書ける など、メリットが多いと感じたので簡単に紹介します。 他の事例だと、iOSオールスターズ2で発表された「これから始めるProtocol Buffers導入」が非常に参考になると思うので併せて読んでみてください。 この記事ではProtocol Buffersの概要について書いています。別途こちらの記事で使い方について サンプルを使って説明している ので、併せて読んでみてください。 Protocol Buffersとは Protocol Buffersとは、言語やプラットフォームに依存せずに構造化されたデータをシリアラ

    swift-protobuf.md
  • 1