We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62c16b commit ff795deCopy full SHA for ff795de
1 file changed
QuickLayout.Touch/Views/ToCenterConstraintsView.cs
@@ -11,6 +11,7 @@ public class ToCenterConstraintsView : MvxViewController<ToCenterConstraintsView
11
{
12
public override void ViewDidLoad()
13
14
+ View.BackgroundColor = UIColor.Black;
15
16
UIView firstContainer = new UIView
17
0 commit comments