I am trying to make an ios app which has tableview in it. When I was developing using xcode 7.0.1 it was showing tableview cells separator line Black thin line. After I updated with Xcode 7.1.1 , its not showing cell separator lines.
I tried 3 things like -
- Tried All the settings in the right panel of xcode to show cell separator line.
- Tried setting up the Cell Line Separator using code in DidLoad method
- creating new SingleViewApp as well, in that also its not coming. Nothing solves the issue.
I believe either its bug in xcode 7.1.1 or I am done some wrong global settings in xcode, Because for new apps also its not showing.
Please suggest me some solution.
UITableView
on the Storyboard's root ViewController, applied edge-to-edge constraints, added aUITableViewCell
onto table view, build and run in iPhone 6s Plus simulator and separators are there. Make sure you are seeing 100% simulator scale Window-> Scale->100% or Cmd+1 – Agnomen