- (UITableViewCell *)tableView:(UITableView *)tableView
cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView
dequeueReusab…
以下のサイトにあるようなことが出来るらしい。
http://www.lastday.jp/2011/03/01/memory-leak-xcod
やったことないので、今度やってみようと思います。
この投稿へのコメント
コメントはまだありません。