2012/03/22 カテゴリー:未分類 タグ:タグ: UIKit
テーブルを作成中に
どうしても
がでて、はまり、
数時間を過ごしてしまった。
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
if (cell == nil) { cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier]; }が入ってない
UITableViewCell テーブルで セルを選んだ時にグレーのハイライトにする E-MOBILEセキュリティを強化する (Mac)