Error when dismissing view controller

前端 未结 6 1718
时光取名叫无心
时光取名叫无心 2021-02-07 07:52

Getting an error when dismissing a view controller, not seen anything like it before, and not much about it on the internet.

heres the error: * Assertion failur

6条回答
  •  醉酒成梦
    2021-02-07 08:10

    If someone is having Assertion Failure issue then here is the solution for Swift 3:

    OperationQueue.main.addOperation{
        
    }
    

    Tested On: Xcode 8.3.2 and Swift 3.1

提交回复
热议问题