Created
          March 7, 2019 07:12 
        
      - 
      
- 
        Save spiridonkopicl/1d3411093d58b6306b190e45096cd105 to your computer and use it in GitHub Desktop. 
    UITableViewCell separators go edge to edge
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | tableView.layoutMargins = UIEdgeInsets.zero | |
| tableView.separatorInset = UIEdgeInsets.zero | |
| //then | |
| cell.layoutMargins = UIEdgeInsets.zero | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment