Swift:[MyApp.MyClass retain]:发送给deallocated实例的消息

时间:2015-03-20 20:20:19

标签: ios swift

我从我的应用程序中收到以下崩溃。

  

[MyApp.MyClass retain]

我不知道如何处理这个问题,老实说。

这只发生在我的快速课堂上。我需要知道为什么会发生以及解决这个问题的一般方法是什么。

这是我一般的快速代码(还有更多内容,但我可能不需要全部发布。

class MyClass  : NSObject, ApiDelegate, UIAlertViewDelegate  {

var apiClient : Api?


func initMyClass (authKey : NSString?) {

    apiClient = Api(authKey: authKey, debugMode:false)
    apiClient?.delegate = self

}

0 个答案:

没有答案