Hello everyone!
So, I'm actually making an iPhone app with a big library of guitar chords and scales. The scales are logical, so they are successfully draw by following musical theory.
On the other hand, I have a library of 4500 small png files (3ko) for the guitar chords.
My problem is that even if it's not used for the launch (but for a viewController who call them by a variable NSString like @"%@ chord_%@.png") the app link them (with the dyld) when the app launches.
So after the loading the app is very very fast, but it takes about 12 seconds to launch.
Any ideas?
Thanks
Séraphin