This may be too simple a question, but I'm new to programming for iPhone with Xcode. My project uses a lot of image files for UIImageView animation arrays. I add all the images to my resource file, but the resource folder becomes a little cumbersome. Is there a way to add subfolders to resources that don't change or ruin any of the code I already created? Thank you for your time.
You can select a group of files in the Xcode organizer, right-click on them and select "Group" from the pop-up context menu. This will create a subfolder containing them. This subfolder is organizational and will not exist in your .app.
Right-click and choose Add> New Group.
Source: https://habr.com/ru/post/1299832/More articles:jquery loop every first td on every line - jqueryScaling iPhone "vector graphics" on affine transformations - vectorError loading Http handler - c #Strongly typed object from string type name (C #) - reflectionCan I view Mailer views without actually sending email? - ruby-on-railsHow can I create my own body in the Natural Language Python toolbox? - pythonAdd shadow to PNG using Cocoa - iphoneProcessing multiple third-party e-commerce transactions - e-commerceReturn data from jQuery ajax request - javascriptPHP Eclipse - Add Key Binding for Clock - eclipseAll Articles