Example #1
0
 internal void TearDown()
 {
     Carousel.PropertyChanged -= CarouselViewPropertyChanged;
     Carousel.Scrolled        -= CarouselViewScrolled;
     UnsubscribeCollectionItemsSourceChanged(ItemsSource);
     _carouselViewLoopManager?.Dispose();
     _carouselViewLoopManager = null;
 }
Example #2
0
 public override void ViewDidLoad()
 {
     _carouselViewLoopManager = new CarouselViewLoopManager(Layout as UICollectionViewFlowLayout);
     base.ViewDidLoad();
 }