I am having a weird situation with the separator lines of a UITableView which has been added in a UIView. The view has a backgroundColor and when I scroll the tableView it looks like it is redrawing them. In an iPhone 5 or iPod this is not happening only in iPhone 6/s
The tableView has been added through storyboard, style is plain and Separator Default
@property (weak, nonatomic) IBOutlet UITableView *tableView