【已解决】swift 3出错: ‘init()’ is deprecated: init() will be removed in Swift 3. Use `nil` instead
crifan 9年前 (2016-03-29) 1603浏览 0评论
代码: let contextHolder = UnsafeMutablePointer<Void>() 出错: ‘init()’ is deprecated: init() will be remo...
crifan 9年前 (2016-03-29) 1603浏览 0评论
代码: let contextHolder = UnsafeMutablePointer<Void>() 出错: ‘init()’ is deprecated: init() will be remo...
crifan 9年前 (2016-03-29) 2262浏览 0评论
代码: registerButton.addTarget(self, action: Selector("registerAction"), forControlEvents: UIControlEvents...
crifan 9年前 (2016-03-29) 1863浏览 0评论
‘var’ parameters are deprecated and will be removed in Swift 3 Use of string literal for Objective-C selectors i...