views:

51

answers:

0

I'm developing an iPad app that uses a lot of hard drive space. The space is mainly occupied by resource files inside the app's main bundle directory. There is quite a large number of them as well.

After I tap the app's icon on the device, there is an awkward pause (of probably 2 seconds) before the screen is replaced with the launch application image. This problem is associated with the large number of files, since if I remove most of them, there is no such pause.

Does anyone have any leads on how to approach this problem?