LoginSignup
3
3

More than 5 years have passed since last update.

CocoaPods で 画像入りで配布するときのメモ

Last updated at Posted at 2015-07-07

すげー詰まってググってGitHubのissueとか読んでると「findコマンドを Build Phasesに追加すればいける」みたいなこと最近の投稿でも書いてあるけど、それももう古くて要らなくなったようです。

やりかた

まずバージョンを最新(0.38.0.beta.2)にアップデート。

hoge.podspec

s.resources = 'path/to/Images.xcassets'

pod内のSwift

UIImage(named: "画像ファイル名", inBundle: NSBundle(forClass: クラス名.self), compatibleWithTraitCollection: nil)

↓ できた例
https://github.com/entotsu/KireiShare

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