LoginSignup
7
8

More than 5 years have passed since last update.

Embedded FrameworkでのNSBundleの振る舞い

Last updated at Posted at 2015-03-24

Embedded Frameworkライブラリ内で以下の2つを実行した際に得られるNSBundleについて


//そのライブラリをロードしているアプリのバンドルを取得
NSBundle.mainBundle()

//そのライブラリのバンドルを取得
NSBundle(forClass: self.dynamicType)

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