Tag: Objective-C

目次

Tips

プライベートメソッドを定義する

.mファイルの先頭あたりで次のように記述する。

@interface RootViewController()
- samplePrivateMethod;
@end


@implementation RootViewController


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