How do i set the Separator Style of my UITableView in Swift? I want to get rid of the separator so that there is no grey line between the cells in my table view. Any suggestions
For those who are looking for Swift 2 and 3 notation :
tableView.separatorStyle = UITableViewCellSeparatorStyle.None;