IOS app killed for Low Memory but no Memory Warning received

前端 未结 2 528
暖寄归人
暖寄归人 2020-12-31 21:49

I\'m stuck with a problem for some time now and I would like to know if anyone can help. I\'m developing an IOS app (iPad) using a main navigation controller and a lot of UI

2条回答
  •  感情败类
    2020-12-31 22:11

    You can also try for memory leak, Apple's Xcode development environment provide a tools for memory leak detection, the easiest way to run it is straight from

    Xcode: 1.Product -> 2.Start with Performance Tool(Profiler) -> 3.From instrument select Leaks.

    It seems very good at detecting memory leaks, and easy to figure out.

提交回复
热议问题