[iOS]Swift1.2で発生したエラーメソッドをoverrideできない

こんなん出ました
エラーメッセージ

Method 'setText' with Objective-C selector 'setText:' conflicts with setter for 'text' from superclass 'UITextView' with the same Objective-C selector
2015-06-12 15:18 コメント
已邀请:
0

iQi - 面白いアプリを開発中

{ 賛成 }:

try:

var setText:String {
get {
  return self.text
}
set {
 self.text = newValue
}
}
2015-06-12 15:19 コメント

ログインまたは登録してから回答してください

EXIT フルスクリーンモード 回答