Exemple #1
0
        static void Hack()
        {
            var l = new MonoTouch.UIKit.UILabel();

            l.Text = l.Text + "";

            var tf = new MonoTouch.UIKit.UITextField();

            tf.Text           = tf.Text + "";
            tf.EditingDidEnd += delegate {};
            tf.ValueChanged  += delegate {};

            var vc = new MonoTouch.UIKit.UIViewController();

            vc.Title   = vc.Title + "";
            vc.Editing = !vc.Editing;
        }
Exemple #2
0
 public MyUI(MonoTouch.UIKit.UIViewController viewController)
 {
     MyUIInit(viewController.Handle);
 }