i actually dont see my error:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *Cel
Make sure your reuse identifier in your NIB / Storyboard file for your prototype cell matches whatever you called CellIdentifier
static NSString *CellIdentifier = @"Cell";