引っ越しました。

このブログは引っ越しました。
今後は引越し先で更新を続けます。
新しいブログではソースコードにシンタックスカラーを付けているので見やすくなっていると思います。

こちらは数ヶ月後に削除しますのでよろしくお願いします。

2010年7月12日月曜日

warning: class 'ClassName' does not implement the 'UI***Delegate' protocol の警告を消す

warning: class 'ClassName' does not implement the 'UI***Delegate' protocol
の警告を消す方法。

クラスの宣言を
@interface ClassName : UIViewController
から
@interface ClassName : UIViewController<UI***Delegate>
に変えるだけ。
<>は半角の<>に直してね。

参考サイト
・『UIActionSheet』を使う時にチョットはまった…。
・warning、error → 検索・翻訳で余計意味不明

0 件のコメント:

コメントを投稿