Same code, not the same place, different results
- by Tom
Hi!
I'm trying to something pretty simple but I don't understand why the second bit of code is giving me a bad access error...
First:
- (UITableViewCell *)tableView:tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString *CellIdentifier = @"Cell";
UITableViewCell *cell = [tableView…