Пример #1
0
        void ReleaseDesignerOutlets()
        {
            if (btnBack != null)
            {
                btnBack.Dispose();
                btnBack = null;
            }

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

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

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

            if (ProductsCollectionView != null)
            {
                ProductsCollectionView.Dispose();
                ProductsCollectionView = null;
            }
        }
 void ReleaseDesignerOutlets()
 {
     if (ImageCollection != null) {
         ImageCollection.Dispose ();
         ImageCollection = null;
     }
 }
Пример #3
0
 void ReleaseDesignerOutlets()
 {
     if (choreGrid != null)
     {
         choreGrid.Dispose();
         choreGrid = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (rootView != null)
     {
         rootView.Dispose();
         rootView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (Gallery != null)
     {
         Gallery.Dispose();
         Gallery = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (vpnSelection != null)
     {
         vpnSelection.Dispose();
         vpnSelection = null;
     }
 }
Пример #7
0
 void ReleaseDesignerOutlets()
 {
     if (ImageCollection != null)
     {
         ImageCollection.Dispose();
         ImageCollection = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (photosCollectionView != null)
     {
         photosCollectionView.Dispose();
         photosCollectionView = null;
     }
 }
Пример #9
0
 void ReleaseDesignerOutlets()
 {
     if (NewsControllerView != null)
     {
         NewsControllerView.Dispose();
         NewsControllerView = null;
     }
 }
Пример #10
0
 void ReleaseDesignerOutlets()
 {
     if (SaleItemsCollectionView != null)
     {
         SaleItemsCollectionView.Dispose();
         SaleItemsCollectionView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (CView != null)
     {
         CView.Dispose();
         CView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (feedCollectionView != null)
     {
         feedCollectionView.Dispose();
         feedCollectionView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (collectionView != null)
     {
         collectionView.Dispose();
         collectionView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (ProductCollectionView != null)
     {
         ProductCollectionView.Dispose();
         ProductCollectionView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (AddPhotoCollectionView != null)
     {
         AddPhotoCollectionView.Dispose();
         AddPhotoCollectionView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (Collection != null)
     {
         Collection.Dispose();
         Collection = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (EquipmentGallery != null)
     {
         EquipmentGallery.Dispose();
         EquipmentGallery = null;
     }
 }
        public virtual CoreGraphics.CGSize GetSizeForItem(UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, Foundation.NSIndexPath indexPath)
        {
            UILabel label = new UILabel();

            label.TranslatesAutoresizingMaskIntoConstraints = false;
            label.Font = ButtonBarView.LabelFont;
            label.Text = Titles [(int)indexPath.Item];
            //CGSize labelSize = label.IntrinsicContentSize;
            return(new CGSize(collectionView.Frame.Width / 3, collectionView.Frame.Size.Height));
        }
Пример #19
0
        void ReleaseDesignerOutlets()
        {
            if (collectionView != null)
            {
                collectionView.Dispose();
                collectionView = null;
            }

            if (activityIndicator != null)
            {
                activityIndicator.Dispose();
                activityIndicator = null;
            }
        }
        protected override void SetupCollectionView(UIKit.UICollectionView collectionView)
        {
            base.SetupCollectionView(collectionView);

            if (ViewModel == null || ViewModel.VmNavigationType == Base.Core.Models.Navigation.NavigationType.None)
            {
                CollectionViewBottomConstraint.Constant = ThemeConfig.Categories?.TabCell?.Size.Height ?? (nfloat)0;

                if (UIDevice.CurrentDevice.CheckSystemVersion(11, 0))
                {
                    collectionView.ContentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentBehavior.Never;
                }
            }
        }
        void ReleaseDesignerOutlets()
        {
            if (imgBackground != null)
            {
                imgBackground.Dispose();
                imgBackground = null;
            }

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

            if (PhotosCollectionView != null)
            {
                PhotosCollectionView.Dispose();
                PhotosCollectionView = null;
            }
        }
Пример #23
0
        void ReleaseDesignerOutlets()
        {
            if (uiv != null)
            {
                uiv.Dispose();
                uiv = null;
            }

            if (viewcoll != null)
            {
                viewcoll.Dispose();
                viewcoll = null;
            }
        }
Пример #24
0
 void ReleaseDesignerOutlets()
 {
     if (AboutButton != null)
     {
         AboutButton.Dispose();
         AboutButton = null;
     }
     if (AddButton != null)
     {
         AddButton.Dispose();
         AddButton = null;
     }
     if (Collection != null)
     {
         Collection.Dispose();
         Collection = null;
     }
 }
Пример #25
0
        void ReleaseDesignerOutlets()
        {
            if (lblMessage != null)
            {
                lblMessage.Dispose();
                lblMessage = null;
            }

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

            if (viewGrid != null)
            {
                viewGrid.Dispose();
                viewGrid = null;
            }
        }
Пример #26
0
        void ReleaseDesignerOutlets()
        {
            if (ActivityIsLoading != null)
            {
                ActivityIsLoading.Dispose();
                ActivityIsLoading = null;
            }

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

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

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

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

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

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

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

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

            if (MachinePhotosCollection != null)
            {
                MachinePhotosCollection.Dispose();
                MachinePhotosCollection = null;
            }
        }
Пример #29
0
 public virtual CGSize GetReferenceSizeForHeader(UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, nint section)
 {
     return(new CGSize(100, 100));
 }
 public virtual void ItemSelected(UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath)
 {
     ButtonBarView.MoveToIndex(indexPath.Item, true);
     _shouldUpdateButtonBarView = false;
     MoveToViewControllerAtIndex((int)indexPath.Item);
 }
        void ReleaseDesignerOutlets()
        {
            if (ActionBar != null)
            {
                ActionBar.Dispose();
                ActionBar = null;
            }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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