LoginSignup
31
31

More than 5 years have passed since last update.

今回のiOSプロジェクトで利用したOSSライブラリ達

Last updated at Posted at 2014-04-19

今回のiOSプロジェクトで利用したOSSライブラリ達
チョー便利。すぺしゃる感謝

ライブラリ

【BlocksKit】

※ActionSheetやURLConnectionなどコールバックにdelegateを使用していた処理をblocksで記述出来る。
※コードがかなり見通し良くなります。
※現状32bit版しかないのでプロジェクトを32bit専用に指定しておくこと
zwaldowski / BlocksKit
https://github.com/zwaldowski/BlocksKit
iOSコーディングスタイルを変えてしまうBlocksKitの紹介 - 中継地点
http://d.hatena.ne.jp/h_mori/20120220/1329691866
iOS開発でBlocksKitを使うよ!(現時点2012/10/24での最新) - 僕の車輪の再発明
http://kazuph.hateblo.jp/entry/2012/10/24/173824

【SVProgressHUD】

※プログレスダイアログを簡単に表示出来る
samvermette/SVProgressHUD · GitHub
https://github.com/samvermette/SVProgressHUD
SVProgressHUD
http://dev.classmethod.jp/smartphone/ios-loading-svprogresshud/
超簡単!iOSでたった数行でかっこいいローディング表示 – SVProgressHUD | Developers.IO
http://dev.classmethod.jp/smartphone/ios-loading-svprogresshud/
iOSアプリでインジケーターのアニメーションが動かない!? « ツール工房 覚書 (マルチスレッド)
http://studio.tgl.jp/blog/?p=1522

【VCTransitionsLibrary】

※タブの切替アニメーションを追加する / スワイプで切り替え操作も可
VCTransitionsLibrary
https://github.com/ColinEberhardt/VCTransitionsLibrary
VCTransitionsLibrary を実際に使ってみる - Debian GNU/Linux 3.1 on PowerMac G4
http://d.hatena.ne.jp/paraches/20131015/1381808476

【Toast for iOS】

※ AndroidのToastぽいのを表示するライブラリ
scalessec/Toast · GitHub
https://github.com/scalessec/toast

【MKNumberBadgeView】

※バッジ (今回は使わなかった)
iPhone のバッジを好きな場所に表示する | アカベコマイリ
http://akabeko.me/blog/2011/08/iphone-%E3%81%AE%E3%83%90%E3%83%83%E3%82%B8%E3%82%92%E5%A5%BD%E3%81%8D%E3%81%AA%E5%A0%B4%E6%89%80%E3%81%AB%E8%A1%A8%E7%A4%BA%E3%81%99%E3%82%8B/

【lakesoft/LKbadgeView】

※バッジ こちらを使おう
lakesoft/LKbadgeView · GitHub
https://github.com/lakesoft/LKbadgeView
Cocoaの日々: バッジ描画ライブラリを公開
http://cocoadays.blogspot.jp/2011/09/blog-post.html

31
31
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
31
31