Quantcast
Viewing all articles
Browse latest Browse all 120

120718-Objective-Cのハマりどころ

・delegateの指定忘れ
・要素数を求めるのにsizeof(Array)/sizeof(Array[0])と割るのを忘れている
・プロパティのプロパティにperformSegueで値を代入しようとして入らない
・配列の初期化忘れ array = [NSArray array];
・[NSString stringWithFormat:@"%@", count]; 正しくは%d


Viewing all articles
Browse latest Browse all 120

Trending Articles