How to Find Slider Element

I am automating ipad app with C# bindings

There is a slider control in my app. As how i see it , it lies in the table view.
But using appium inspector i cannot see it in DOM details… I can only see two table cells in table view and not the slider control under them

with driver.Pagesource , even i am not able to see slider element.

Please suggest, why i cannot see all elements … It is a UISlider control.

Thanks in advance.New to appium,