I am working on an existing project where there are some blue folders that store some image references. If I create normal yellow folders, images are not read. So how do I create new blue folders?
Asked
Active
Viewed 5,585 times
17
-
Note that if the images are not being read from your yellow folder, it will certainly be because you're using the wrong path or method call to load them. See my answer (not the accepted one but the topvoted one) here for a detailed explanation http://stackoverflow.com/questions/10380842/uiimage-imagenamed-requires-pathforresource/12932540#12932540 – Rhubarb Jan 08 '14 at 14:49
2 Answers
29
Drag the folder to your project and make sure you select Create folder references for any added folders

DrummerB
- 39,814
- 12
- 105
- 142
0
To make blue folder you should do following steps,
- Prepare folder structure with files in it.
- Drag that folder into xcode i.e. project navigation pan.
- Select " Create folder references for any added folders " option.
- Finally click to add.
You will get that folder with blue color.
Thank You..

Learning Programming
- 476
- 5
- 17