27
27

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

メルカリのアプリにライセンス載ってるからそこからライブラリどんなの使ってるか見てみた。
1.AFNetworking
 いつものあれ
2.AGi18n
xibの多言語対応らしい。現状多言語はやってないから詳細調査は又の機会
3.ELCImagePickerController
 UIImagepickerの複数画像選べる版的なもの。ただ画像が荒い。
 サンプル作ってみました。
4.FacebookSDK
 FacebookのSDKですね。
5.GMGridView
CollectionView的なやつ、並び替えできるみたい。
 公式git
6.HMSegmentedControl
 スクロールと連動タブ
 公式git
作ってみたサンプル
7.ODRefreshControl
 引っ張って更新
8.PSTColectionView
 CollectionView的なやつ。git見たら作者がもう使ってないってあった。
9.SVProgressHUD
 ローディングのやつ。HUDはどっかでちゃんとやらないとなー
10.UICKeyChainStore
 KeyChain管理用らしい
11.WEPopover
 もうiPhoneでもポップオーパーは使えるので
12.OHAttributedLabel
 ラベルの文字の一部の色とか変えれるらしい。
13.Google Cloud messageing for Android
通知。どこかでちゃんと勉強します。
14.Eventbus
Android用?見つからなかった。
15.mockito
 テスト用みたい。未だにテストコード実は書いたことがない。。。
16.hamcrest
 これもテスト用みたい。

ザクっと調べただけだからこんな感じでした。
他のアプリも見てライブラリ勉強しよう。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?