I'm getting an unusual line within the cell of my tableView after transitioning to XCODE 6. My build target is set to 7.1.
Here is the image I'm getting:
The faint gray line is undesired, and I would like for it just to be a solid white background but cannot figure out what is causing the border-like line.
Can anyone suggest how I can get rid of this line? (Wasn't there before moving to XCode 6, although the cells previously had gray horizontal separators that are now gone);
Any suggestion appreciated..