How to reduce code size of iPhone app?

前端 未结 2 1060
温柔的废话
温柔的废话 2021-02-05 23:43

My iPhone app is getting ready to go to production and we like to cram in as much data as possible. When I poke around the generated .app file for my application I see a file n

2条回答
  •  温柔的废话
    2021-02-06 00:28

    I probably wouldn't be overly concerned about the app being 2.5MB, but if you want to do due diligence in making sure you're only including what is really needed, I'd take a look at all of the resource files (images, views, movies, etc) that your project references and make sure that all of them are being used by the application.

提交回复
热议问题