Example #1
0
        private void InitContentDisplayer()
        {
            _contentDisplayer                 = new UIWebView();
            _contentDisplayer.Frame           = ContentDisplayerFrame;
            _contentDisplayer.ClipsToBounds   = true;
            _contentDisplayer.BackgroundColor = UIColor.Clear;

            _webDelegate = new WebViewDelegate();
            _contentDisplayer.Delegate = _webDelegate;
        }
Example #2
0
        private void InitContentDisplayer()
        {
            _contentDisplayer = new UIWebView();
            _contentDisplayer.Frame = ContentDisplayerFrame;
            _contentDisplayer.ClipsToBounds = true;
            _contentDisplayer.BackgroundColor = UIColor.Clear;

            _webDelegate = new WebViewDelegate();
            _contentDisplayer.Delegate = _webDelegate;
        }