从swift 2迁移到swift 3错误

时间:2016-12-26 09:07:35

标签: swift string swift3

以下代码在swift 2中工作正常,但在迁移到swift 3后显示错误“调用参数#1时缺少参数”。

@IBOutlet weak public var countryTextField: UILabel!

var country_code = self.countryTextField.text!.characters.dropFirst() // missing argument for parameter #1 in call

0 个答案:

没有答案