I found a weird white space on UITableView for iPhone 6 Simulator (iOS 8) on Xcode 6 GM. I have tried to set the SeparatorInset fr
UITableView
SeparatorInset
for iOS 8
try by setting cell.layoutMargins = UIEdgeInsetsZero; in cellForRowAtIndexPath method
cell.layoutMargins = UIEdgeInsetsZero;
cellForRowAtIndexPath