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

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

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

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

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

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

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

            if (ScrollToBottomButton != null)
            {
                ScrollToBottomButton.Dispose();
                ScrollToBottomButton = null;
            }
        }
Esempio n. 3
0
        void ReleaseDesignerOutlets()
        {
            if (CustomNavigationBar != null)
            {
                CustomNavigationBar.Dispose();
                CustomNavigationBar = null;
            }

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

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

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

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

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

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

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

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

            if (ProgressIndicator != null)
            {
                ProgressIndicator.Dispose();
                ProgressIndicator = null;
            }
        }
Esempio n. 5
0
		void Initialize ()
		{
			//this.NavigationBar.Delegate	= new My();
			cm = new CustomNavigationBar();		
		}