pushviewcontroller animation is slow/choppy

前端 未结 8 1346
無奈伤痛
無奈伤痛 2020-12-13 00:32

I push a ViewController which contains not too many views, UIScrollView which contains 10 views inside, I have a singleton ViewController

8条回答
  •  臣服心动
    2020-12-13 01:26

    In my case I set ui change code ( such as shadow And cornerRadius And ...) in viewWillLayoutSubviews() method and when I put those code in other methods like viewWillAppear() that's transition get smoother

提交回复
热议问题