[MonoTouch] How to use MonoTouch.Dialog.UIViewElement?
cbailey
curtis at smartjobsapp.com
Sun Mar 18 22:11:13 UTC 2012
I think you need to set up the Frame of your UIView i.e.
UITextView txt = new UITextView(new RectangleF(0, 0, 200, 50));
There's no need to override IElementSizing.GetHeight as UIViewElement uses
UIView.Bounds.Height to determine this.
--
View this message in context: http://monotouch.2284126.n4.nabble.com/How-to-use-MonoTouch-Dialog-UIViewElement-tp4483132p4483158.html
Sent from the MonoTouch mailing list archive at Nabble.com.
More information about the MonoTouch
mailing list