iPhone Interface Builder - Moved resources to sub-directory, now IB can't see them!

后端 未结 3 959
故里飘歌
故里飘歌 2021-01-13 16:09

I had a bunch of images in my Xcode project. They were originally added without choosing \"Create Folder References for any added folders\". So I removed the references and

3条回答
  •  轮回少年
    2021-01-13 16:49

    Problem solved! Turns out that blue folder references are fine, but IB will not read them! For anyone else who cares to know, if you have the following:

    /iphone-project-dir/images/pic.png
    

    Once you've added them in a blue folder in Xcode (as detailed in link above), you can refer to them in IB as follows:

    images/pic.png
    

    In the XIB's XML it will look something like this

    images/pic.png
    

    Simple! The only drawback is Interface Builder's WYSIWYG preview does not process these paths!

    I found the answer here http://www.iphonedevsdk.com/forum/iphone-sdk-development/6457-xcode-folder-directories.html

提交回复
热议问题