Initializing the timeslider using InitializeTimePropertiesAsync(GeoView) does not initialize the slider. TimeSlider's CurrentExtent is remains null. It appears to be partially working , in the sense the ticks and fulltime extent on slider got drawn , by explicitly calling LoadAsync on layers in Geoview but current extent was still remained null.
//Intialize via MapView
MyTimeSlider.InitializeTimePropertiesAsync(MyMapView); //Not working
Initializing the timeslider using InitializeTimePropertiesAsync(GeoView) does not initialize the slider. TimeSlider's CurrentExtent is remains null. It appears to be partially working , in the sense the ticks and fulltime extent on slider got drawn , by explicitly calling LoadAsync on layers in Geoview but current extent was still remained null.
Platform : Xamarin iOS Nuget package used: https://ci.appveyor.com/project/DotNetRuntimeTeam/arcgis-toolkit-dotnet/build/artifacts
Test app: TimeSliderTest.zip