views:

25

answers:

0

I am working on custom tableviewcell. where I have written customcell(for 3 labels) in a separate class using IB and linked labels with outlets. than I am using this customcell in RootviewController class . I have used customcell in the method mentioned below.. but finally not getting any output in the table view...

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath  *)indexPath {..