Advertisement
fslasht

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

Mar 3rd, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. 今回のiOSプロジェクトで利用したOSSライブラリ達
  2. チョー便利。すぺしゃる感謝
  3.  
  4. ● ライブラリ
  5.  
  6. 【BlocksKit】
  7. zwaldowski / BlocksKit
  8. https://github.com/zwaldowski/BlocksKit
  9.  
  10. iOSコーディングスタイルを変えてしまうBlocksKitの紹介 - 中継地点
  11. http://d.hatena.ne.jp/h_mori/20120220/1329691866
  12.  
  13. iOS開発でBlocksKitを使うよ!(現時点2012/10/24での最新) - 僕の車輪の再発明
  14. http://kazuph.hateblo.jp/entry/2012/10/24/173824
  15.  
  16.  
  17. 【SVProgressHUD】
  18. samvermette/SVProgressHUD · GitHub
  19. https://github.com/samvermette/SVProgressHUD
  20.  
  21. SVProgressHUD
  22. http://dev.classmethod.jp/smartphone/ios-loading-svprogresshud/
  23.  
  24. 超簡単!iOSでたった数行でかっこいいローディング表示 – SVProgressHUD | Developers.IO
  25. http://dev.classmethod.jp/smartphone/ios-loading-svprogresshud/
  26.  
  27. iOSアプリでインジケーターのアニメーションが動かない!? « ツール工房 覚書 (マルチスレッド)
  28. http://studio.tgl.jp/blog/?p=1522
  29.  
  30.  
  31. 【VCTransitionsLibrary】※タブの切替アニメーション / スワイプで切り替え
  32. VCTransitionsLibrary
  33. https://github.com/ColinEberhardt/VCTransitionsLibrary
  34.  
  35. VCTransitionsLibrary を実際に使ってみる - Debian GNU/Linux 3.1 on PowerMac G4
  36. http://d.hatena.ne.jp/paraches/20131015/1381808476
  37.  
  38.  
  39. 【Toast for iOS】※ Toastぽいの
  40. scalessec/Toast · GitHub
  41. https://github.com/scalessec/toast
  42.  
  43.  
  44. 【MKNumberBadgeView】※バッジ
  45. iPhone のバッジを好きな場所に表示する | アカベコマイリ
  46. 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/
  47.  
  48. 【lakesoft/LKbadgeView】※バッジ こちらを使おう
  49. lakesoft/LKbadgeView · GitHub
  50. https://github.com/lakesoft/LKbadgeView
  51.  
  52. Cocoaの日々: バッジ描画ライブラリを公開
  53. http://cocoadays.blogspot.jp/2011/09/blog-post.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement