标签: 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