Hi ,
I have added some UIButton into .xib file and some UIButton with the code.
but now I am facing one problem is that while Zooming the UIImageView the
UIButton those are added through code are show on the UIImageView and those
are added with .xib file are below the UIImageView.
this is code i added for UIButton with the code
btnBrightness = UIButton.FromType (UIButtonType.RoundedRect);
btnBrightness.Frame = new RectangleF (540, 20, 95, 37);
btnBrightness.SetTitle ("Brightness", UIControlState.Normal);
I added the screen shorts of the o/p hope you can
understand very well.
http://monotouch.2284126.n4.nabble.com/file/n4550977/Orignal.jpg
http://monotouch.2284126.n4.nabble.com/file/n4550977/Error.jpg
Regards
Pritish M. Deshmukh
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/UIButton-Problem-tp4550977p4550977.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch