Segues and clearing historical ViewControllers from memory

前端 未结 4 1022
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-14 04:44

I have an iPad app which has a lot of screens and a lot of segue options. At the moment, I am simply using performSegueWithIdentifier to initiate these segues, and my fear i

4条回答
  •  借酒劲吻你
    2020-12-14 05:29

    imho I don't see any issues with using segues, it is much more simple than anything else. If you worry about memory consumed then just profile your app and see how much it eats and how often your "memory pressure handler" is called.

提交回复
热议问题