3D Touch freezes my APP

前端 未结 1 892
轻奢々
轻奢々 2021-01-21 05:10

Maybe my problema is equals to:

Force Touch animation freezes if gently touched

App is freezing in 'peek and pop' implementation in iPhone 6s

1)

相关标签:
1条回答
  • 2021-01-21 05:30

    PROBLEM SOLVED

    I've found the solution. The problem was a "redundant" Peek and Pop registration. I was registering:

    1) Call registerForPreviewingWithDelegate(self, sourceView: view) on viewDidLoad()

    2)

    Maybe they conflict with each other and to solve this I've deleted the storyboard segue.

    0 讨论(0)
提交回复
热议问题