EmptyCell default appearance fix

This commit is contained in:
Anton Popkov 2017-10-13 15:01:20 +03:00
parent f7868ad827
commit 5c85bf2e5d
1 changed files with 2 additions and 0 deletions

View File

@ -53,5 +53,7 @@ public final class EmptyCell: SeparatorCell, AppearanceProtocol, ConfigurableCel
private func setup() {
backgroundColor = .clear
selectionStyle = .none
configure(appearance: Appearance())
}
}