「ios入門」ios開発用ライブラリサイト紹介

1.SSToolkit (UIライブラリ)

SSToolkit is a collection of well-documented iOS classes for making life easier by solving common problems all iOS developers face.

http://sstoolk.it/

 

2.GPUImage(画像処理ライブラリ)

The GPUImage framework is a BSD-licensed iOS library that lets you apply GPU-accelerated filters and other effects to images, live camera video, and movies. In comparison to Core Image (part of iOS 5.0), GPUImage allows you to write your own custom filters, supports deployment to iOS 4.0, and has a simpler interface

https://github.com/BradLarson/GPUImage

3.SocketRocket(WebSocketクライアント)

特徴

  • TLS (wss) support. It uses CFStream so we get this for free
  • Uses NSStream/CFNetworking. Earlier implementations used dispatch_io, however, this proved to be make TLS nearly impossible. Also I wanted this to work in iOS 4.x. (SocketRocket only supports 5.0 and above now)

https://github.com/square/SocketRocket

 

4.HockeyKit (ios Ad-Hoc自動更新フレームワーク)

特徴
Over-The-Air Distribution
Statistics
Multi Platform Support
Hosted Solution

http://hockeykit.net/

5.JSONKit(JSONデータアクセスツール)

JSONKit is dual licensed under either the terms of the BSD License, or alternatively under the terms of the Apache License, Version 2.0.

https://github.com/johnezang/JSONKit

IOS

Posted by arkgame