&tag();
*目次 [#e56ab480]
#contents

*Tips [#b1a9c874]
**プライベートメソッドを定義する [#xdfef936]
.mファイルの先頭あたりで次のように記述する。
#pre{{
@interface RootViewController()
- samplePrivateMethod;
@end


@implementation RootViewController

}}

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS