21
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

オタマートで使ってるライブラリ(iOS)

Posted at

オタマートもObjective-cなのね
Swiftになってる所すくないのかな?

##1.AFNetworking
 いつもの
##2.Crashlytics
 クラッシュログ収集ライブラリ(Fabric)
 これも有名てか、使ってる。
##3.Flurry
 Analytics系
##4.MBProgressHUD
 ローディング
##5.nnimbus
 ってなってるけどnimbusKitかと
  ラベルの中の文字色変えたりとかのオシャレ要素フレームワークかな?
##6.NSDate-RelativeDate
 NDAteの拡張で言語毎に合わせたりとか加算、比較とかできるみたい
 今は「DateTools」に統合されてるらしい。
 めっちゃ便利じゃんこれ!
##7.NYXImagesKit
 UIImageの加工ができる拡張らしい。
 これも開発者のモチベがないとある。
 Objective-cのライブラリはこうなってくなろうか?
##8.PEPhotoCropEditor
 画像切り抜き
 仕事で自作してしまった。。。。
##9.PromiseKit
 dispathみたいにpromiseが書ける
##10.PureLayout
 Autolayoutを簡単に書けるようにするやつ
##11.Reachability
 接続状況の管理ができるらしい。
 podにあるけど公式のコード使うのがいいらしい
##12.RMUniversalAlert
 UIAlertViewとAlertViewControllerを1つで書けるらしい。
 今後作るとしたらいろんな関係で8以降でやりたいよ基本。
 これももっと昔に知っていれば仕事で使った。。。
##13.SDWebImage
 いつもの
##14.TPKeyboardAvoiding
 キーボードに次が出るようになる。Collection,Table,Scrollの時らしい
##15.UIActionSheet-Blocks
 BlocksKit
##16.UIAlertController-Blocks
 BlocksKit
##17.UIAlertView-Blocks
 BlocksKit
##18.UIPhotoGallery
 フォトギャラリー
 2年更新されてないし、ググる限り使われる感じも薄い。
 よく見つけたなーこれ
 それとも別のやつ?

ライブラリ名 pod git 参考
AFNetworking git いっぱい
Crashlytics fabric いっぱい
Flurry git 参考URL
MBProgressHUD git
nimbus git 参考URL
NSDate-RelativeDate git 参考URL
NYXImagesKit git 参考URL
PEPhotoCropEditor git 参考URL
PromiseKit git 参考URL
PureLayout git 参考URL
Reachability apple 参考URL
RMUniversalAlert git
SDWebImage git いっぱい
TPKeyboardAvoiding git
UIActionSheet-Blocks git いっぱい
UIAlertController-Blocks git いっぱい
UIAlertView-Blocks git いっぱい
UIPhotoGallery git

間違ってたらゴメンナサイ。ご参考までに

みんなどうやってライブラリー見つけるんだろうなー
今やってるのもとはPodも入ってなかったし、作るので精一杯で調査とかも仕事でできんし
周りからの情報共有ないし、チームもほぼずっと一人だったし。

わからぬ!

21
21
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
21
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?