i actually dont see my error:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *Cel
Use This ,
UITableViewCell *cell = [self.tableView dequeueReusableCellWithIdentifier:kCellID];
I saved few more hours with just this lines.