-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
We should expose the possibility to set the SeparatorStyle for the SplitRow with a public property called separatorStyle which subsequently sets the tableViewRight.leftSeparatorStyle to the user defined value:
SplitRow/SplitRow/SplitRowCell.swift
Lines 32 to 33 in b60b6ab
| tableViewRight.separatorStyle = .none | |
| tableViewRight.leftSeparatorStyle = .singleLine |
Reactions are currently unavailable