Explanation of Xcode settings for folders added to project

后端 未结 3 787
醉梦人生
醉梦人生 2020-12-24 06:56

What is the difference between \"Create groups for any added folders\" and \"Create folder references for any added folders\"?

I have been doing this for quite some

3条回答
  •  忘掉有多难
    2020-12-24 07:33

    If you have a lot of images or audio files,you might want organize these files well, separate them in different folder instead of placing all of them in app root.

    Another situation, you have a project using UIWebView to load local html in your app.You may not want to mess up html, javascript, and css file.

    So, maybe organize these file hierarchically would be a good solution.

提交回复
热议问题