Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Set Frame
Browse files Browse the repository at this point in the history
Youssef1313 committed Nov 9, 2024
1 parent 3a13279 commit bfd3f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit bfd3f63

Please sign in to comment.