引数を用いたメソッドとして呼び出したいのですが、エラーが発生しており呼び出せません。エラー文は以下の2つです。
解決方法が分かる方がおりましたらよろしくお願いします。
Cannot convert value of type 'String.Type' to expected argument type 'String'
Editor placeholder in source file
Swift
1self.itemNum() // ここは大丈夫 2self.popupStyle(title: String, message: String, action: String) // ここはエラーが出る 3self.popupStyle() // この形に変更してももちろんエラー
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/02 07:13