Can anyone tell me the UIColor name or exact RGBA for the default iPhone UITableView separator?
It looks like a light gray color, but it\'s not [UIColor lightGrayC
[UIColor lightGrayC
In Swift 3.0.1, you can do something like this
yourView.backgroundColor = UITableView().separatorColor