5
5

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.

COCOAPODSでよく使ってそうなライブラリ

Posted at

自分の中で有名そうなPOD一覧 + 一言
結構汎用性の高そうな物中心
かなり偏った知識な感じ+思い込みで書いています。
ツッコミなどお待ちしております。

記事を書いている時点の最新Version
iOS 12 / xcode 10.0 / Swift 4.2

Alamofire ★29K

https://github.com/Alamofire/Alamofire
通信系のライブラリ

SwiftyJSON ★15K

https://github.com/SwiftyJSON/SwiftyJSON
JSONのパーサー
但し、Swift4ではもともとついているので今は不要になってきているか?

RxSwift ★17K

MVVMアーキテクスチャを利用するときによく使われている

R.swift ★6K

https://github.com/mac-cain13/R.swift
リソースを使うときにtypoの心配が無くなる
RxSwiftと名前が似ている気がするが全くの別物

↓参考
https://qiita.com/shimesaba/items/e7832b2559c3c89caff1

Realm ★13K

https://github.com/realm/realm-cocoa
DB、CoreDataより早いらしい。

FireBase

https://firebase.google.com/docs/ios/setup?hl=ja
Googleが運用しているmBaas
サーバーを用意できなくても、このサービス使えばなんとかなるみたいな感じ
ユーザー管理部分とかこれ使えばできる?

↓記事が色々
https://qiita.com/owen/items/c51c6ec27c9e2f5804b0
https://qiita.com/Simmon/items/dc3490be59acea7fbe0c

番外編

PODを探す上で便利そうなサイト(まとめとか)

https://cocoapods.org/
→Table Cellとか、とりあえずそれっぽい検索ができる
https://www.cocoacontrols.com/
→UI系を探すときに便利
https://qiita.com/homyu/items/e36faf42e64577f76692
→まとめてる人がいた便利

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?