Trying to remove a page from CarouselPage with Children.RemoveAt(index) and it doesn't work. System.NullReferenceException is thrown (Object reference not set to an instance of an object) in iOS.
Same with Children.Clear or Children.Remove(item).
It works well in Android.