0

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

ReaLity
  • 83
  • 1
  • 8

1 Answers1

0

I got it after all it was the missing images from the LaunchImages for the support of iphone 6/s

based on the following answer : iPhone 6/6 Plus: UITableView separator flickering and different thickness

thank you all

Community
  • 1
  • 1
ReaLity
  • 83
  • 1
  • 8