예제 #1
0
        public override void ViewDidLoad()
        {
            base.ViewDidLoad();
            // Perform any additional setup after loading the view, typically from a nib.

            HtmlView       = WebContentView.Factory();
            HtmlView.Frame = View.Frame;
            View.AddSubview(HtmlView);

            SetupHtml();
        }
예제 #2
0
		public override void ViewDidLoad ()
		{
			base.ViewDidLoad ();
			// Perform any additional setup after loading the view, typically from a nib.

			HtmlView = WebContentView.Factory();
			HtmlView.Frame = View.Frame;
			View.AddSubview (HtmlView);

			SetupHtml ();

		}