diff --git a/Sources/Extensions/TableDirector/TableRow+AppearanceExtension.swift b/Sources/Extensions/TableDirector/TableRow+AppearanceExtension.swift index 61da42e3..60a05177 100644 --- a/Sources/Extensions/TableDirector/TableRow+AppearanceExtension.swift +++ b/Sources/Extensions/TableDirector/TableRow+AppearanceExtension.swift @@ -39,4 +39,8 @@ public extension TableRow where CellType: AppearanceProtocol { return self } + func set(appearance: CellType.Appearance) { + _ = with(appearance: appearance) + } + }