iOS - loading xib from bundle in Documents directory

后端 未结 4 526
故里飘歌
故里飘歌 2021-02-06 05:38

I\'ve been working on getting \"custom skinnable\" interfaces working for my iOS app by bundling up xibs and downloading bundles, and loading the xibs in those bundles.

4条回答
  •  一向
    一向 (楼主)
    2021-02-06 06:12

    After a good amount of time I figured out that this is a commonly faced problem of loading the resources via library. I was missing the step to add "CoreFramework" to link into the resource bundle and also was not copying it to the client application folder. These steps will help loading the resource bundle appropriately. #dsiddhapura's hint helped me identify these issues.

提交回复
热议问题