Unhiding a view is very slow in CTCallCenter callEventHandler

后端 未结 4 1325
别那么骄傲
别那么骄傲 2020-12-15 12:25

Reposting with more concise and focused question after original question went unanswered. Also adding more insight into the problem after another day of research:

I

4条回答
  •  爱一瞬间的悲伤
    2020-12-15 12:59

    Hm... try to call [yourViewController.view setNeedsDisplay] after you change hidden property. Or avoid hidden, use alpha or addSubview: and removeFromSuperview methods instead.

提交回复
热议问题