Skip to content

Commit

Permalink
chore: Set Frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Nov 29, 2024
1 parent f54239e commit 3be2dd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ public ContentControl Content
ContentView.Subviews[0].RemoveFromSuperview();
}

//value.Frame = ContentView.Bounds;
value.Frame = ContentView.Bounds;
//value.AutoresizingMask = UIViewAutoresizing.FlexibleWidth | UIViewAutoresizing.FlexibleHeight;

ContentView.AddSubview(value);
Expand Down

0 comments on commit 3be2dd5

Please sign in to comment.