티스토리 뷰

Xamarin

iOS UiView CGRect Error

NicSub 2021. 5. 3. 00:18
728x90
반응형

CGRect Error

Control.LeftView = new UIView(new CGRect(0,0,5,0));

-->>
var myBox = new UIView(new CoreGraphics.CGRect(10, 15, 15, 1));

Control.AddSubview(myBox);

반응형
댓글