Optimizing iPhone Application Launch Time

后端 未结 4 1490
时光取名叫无心
时光取名叫无心 2021-02-01 21:23

As anyone with an iPhone knows, some applications launch quickly, while others take several seconds.

What are the best techniques for ensuring an iPhone app launches and

4条回答
  •  Happy的楠姐
    2021-02-01 22:22

    I use lots of external resources, so I use Lazy loading to get up and running quickly. This way the APP can start with the barest minimum and then load the rest while its already begun.

    Made a big difference in start time

提交回复
热议问题