My problem was the cell identifier.
So, in - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
I declared static NSString *cellIdentifier = @"cell";
and then in storyBoard I added this identifier in here:
And here you go!