I have 2 questions:
I'm adding large amount of mp3 files into Assets.xcassets, is there any performance issue with this?
Within Assets.xcassets, I create folders & sub folders, and put mp3 files in those folders. Now in my code, I want to get list of those folders name and also list of files inside that folder. Is it possible?
No it will not hamper your performance. If you face issue with loading large or many files, see this-Is it possible to load a compressed audio file directly into a buffer, without conversion?
Get all folder and subfolder.
For Obj c:
For swift: