I think I need a solution for this , but using Xamarin. I need to create a function like...
private int getMyViewIndex(UIView v) {
}
Where I send an UIView as parameter and this will return me the index corresponding to Superview. Any suggestions ? tyvm !