Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
areeb111 authored Apr 16, 2021
1 parent 64cce4a commit 15d340c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ selectionList.setupCell = { (cell: UITableViewCell, index: Int) in
}
```

If you want to remove the cells seperators

```swift
selectionList.tableView.separatorStyle = .none
```

## Requirements

- iOS 9.0+
Expand Down

0 comments on commit 15d340c

Please sign in to comment.