Force relayouting after change on constraint

This commit is contained in:
ismailgulek
2021-02-07 20:21:57 +03:00
parent 4cd879dc5b
commit a16e69fd1a
+1
View File
@@ -353,6 +353,7 @@
{
// shift more button to left
self.moreButtonLeadingConstraint.constant = 8.0;
[self.view layoutIfNeeded];
}
}