From 4b21b13b868a480520299c7111261f654d7782a5 Mon Sep 17 00:00:00 2001 From: Vlad Chapaev Date: Tue, 23 Jan 2018 21:00:04 +0300 Subject: [PATCH] node tint color fix --- Source/ASTableView.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/ASTableView.mm b/Source/ASTableView.mm index f78a688ea..f90aff78d 100644 --- a/Source/ASTableView.mm +++ b/Source/ASTableView.mm @@ -119,6 +119,7 @@ - (void)setElement:(ASCollectionElement *)element self.separatorInset = node.separatorInset; self.selectionStyle = node.selectionStyle; self.accessoryType = node.accessoryType; + self.tintColor = node.tintColor; // the following ensures that we clip the entire cell to it's bounds if node.clipsToBounds is set (the default) // This is actually a workaround for a bug we are seeing in some rare cases (selected background view