このコードがセルを返すのはなぜですか?
static NSString *cellIdentifier = @"Cell";
UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:cellIdentifier];
しかし、セルを取得しようとすると、
[tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]]
何も返されません。それがどのように可能か知っている人はいますか?