Esempio n. 1
0
        void ReleaseDesignerOutlets()
        {
            if (CallButton != null)
            {
                CallButton.Dispose();
                CallButton = null;
            }

            if (CallView != null)
            {
                CallView.Dispose();
                CallView = null;
            }

            if (NavBar != null)
            {
                NavBar.Dispose();
                NavBar = null;
            }

            if (NoveltyBottomConstraint != null)
            {
                NoveltyBottomConstraint.Dispose();
                NoveltyBottomConstraint = null;
            }

            if (NoveltyLeadingConstraint != null)
            {
                NoveltyLeadingConstraint.Dispose();
                NoveltyLeadingConstraint = null;
            }

            if (NoveltyList != null)
            {
                NoveltyList.Dispose();
                NoveltyList = null;
            }

            if (SelfView != null)
            {
                SelfView.Dispose();
                SelfView = null;
            }

            if (TapRecognizer != null)
            {
                TapRecognizer.Dispose();
                TapRecognizer = null;
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (keyImageView1 != null)
            {
                keyImageView1.Dispose();
                keyImageView1 = null;
            }

            if (keyImageView2 != null)
            {
                keyImageView2.Dispose();
                keyImageView2 = null;
            }

            if (keyImageView3 != null)
            {
                keyImageView3.Dispose();
                keyImageView3 = null;
            }

            if (keyImageView4 != null)
            {
                keyImageView4.Dispose();
                keyImageView4 = null;
            }

            if (tapGestureRecognizer1 != null)
            {
                tapGestureRecognizer1.Dispose();
                tapGestureRecognizer1 = null;
            }

            if (tapGestureRecognizer2 != null)
            {
                tapGestureRecognizer2.Dispose();
                tapGestureRecognizer2 = null;
            }

            if (tapGestureRecognizer3 != null)
            {
                tapGestureRecognizer3.Dispose();
                tapGestureRecognizer3 = null;
            }

            if (tapGestureRecognizer4 != null)
            {
                tapGestureRecognizer4.Dispose();
                tapGestureRecognizer4 = null;
            }
        }
		void ReleaseDesignerOutlets ()
		{
			if (keyImageView1 != null) {
				keyImageView1.Dispose ();
				keyImageView1 = null;
			}

			if (keyImageView2 != null) {
				keyImageView2.Dispose ();
				keyImageView2 = null;
			}

			if (keyImageView3 != null) {
				keyImageView3.Dispose ();
				keyImageView3 = null;
			}

			if (keyImageView4 != null) {
				keyImageView4.Dispose ();
				keyImageView4 = null;
			}

			if (tapGestureRecognizer1 != null) {
				tapGestureRecognizer1.Dispose ();
				tapGestureRecognizer1 = null;
			}

			if (tapGestureRecognizer2 != null) {
				tapGestureRecognizer2.Dispose ();
				tapGestureRecognizer2 = null;
			}

			if (tapGestureRecognizer3 != null) {
				tapGestureRecognizer3.Dispose ();
				tapGestureRecognizer3 = null;
			}

			if (tapGestureRecognizer4 != null) {
				tapGestureRecognizer4.Dispose ();
				tapGestureRecognizer4 = null;
			}
		}
Esempio n. 4
0
        void ReleaseDesignerOutlets()
        {
            if (Image != null)
            {
                Image.Dispose();
                Image = null;
            }

            if (LongGesture != null)
            {
                LongGesture.Dispose();
                LongGesture = null;
            }

            if (PanGesture != null)
            {
                PanGesture.Dispose();
                PanGesture = null;
            }

            if (PinchGesture != null)
            {
                PinchGesture.Dispose();
                PinchGesture = null;
            }

            if (RotacionGesture != null)
            {
                RotacionGesture.Dispose();
                RotacionGesture = null;
            }

            if (TapGesture != null)
            {
                TapGesture.Dispose();
                TapGesture = null;
            }
        }
Esempio n. 5
0
 partial void handleTap(UIKit.UITapGestureRecognizer sender);
Esempio n. 6
0
 partial void MenuDismissed(UIKit.UITapGestureRecognizer sender)
 {
     pageView.SelectParagraphAtPosition(new CGPoint(-100.0f, -100.0f), false);
 }
 partial void TapGestureRecognized(UIKit.UITapGestureRecognizer sender);
Esempio n. 8
0
 public void Activated(UITapGestureRecognizer sender)
 {
     action(sender);
 }