简体   繁体   中英

Custom folder (group) icons in Xcode's Project Navigation Pan

In the project navigator on the left, I want to give different folders (groups) different custom icons.

For instance, I have the files for my chat module in a folder called Chat . I want to change the icon for that folder to the chat icon that I have in the app. Is there any way I can accomplish this?

I am not sure if it is at all possible and I have not looked into it so this is just an idea, but if it is possible then you probably have to manually edit the project.pbxproj file within the xcodeproj file ([ctrl]+click/right click on the xcodeproj file and select Show Package Contents ). It will probably take you a while to understand how pbxproj files work though.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM