こんなん出ました
エラーメッセージ
エラーメッセージ
Method 'setText' with Objective-C selector 'setText:' conflicts with setter for 'text' from superclass 'UITextView' with the same Objective-C selector
0
iQi - 面白いアプリを開発中
try:
var setText:String {
get {
return self.text
}
set {
self.text = newValue
}
}