【发布时间】:2016-01-28 15:18:40
【问题描述】:
我是 swift 的初学者。 我有
class A : UIViewController {
var textInput: UITextInput
init(textInput: UITextInput) {
self.textInput = textInput
}
func getText() -> String() {
/// Here I need to get the current text from textInput
}
}
如何获得?请帮忙。提前谢谢!!!!
【问题讨论】:
-
大家好.. 我终于找到了
标签: ios swift uitextinput