I believe TabStrip is not supported with SplitView as SplitView can not be used in a view. This is inconsistent if the application needs a common TabStrip across all pages.
We implemented this in kendo-ui-core - https://github.com/telerik/kendo-ui-core/issues/6
We are moving an existing App from ios to use this library and not being able to nest a spitview in a normal view is a deal breaker for us. We are going to purchase 5 dev licenses tomorrow, and this may be a deal breaker.
We're not aware of any iPad apps that use this pattern today. Can you share examples with us?
I also would like to have custom data layout for whole Splitview. Suppose I need to place caption in header, and now I shoud select between left and right pane. But actually both left and right pane shows caption of current selected view. What if I need to define caption to whole split view?
Yes, we'd like to have an ability to assign custom data layout for splitview. It's required not only for TabStrip. For example, you need to have single header with app name and logo, or footer.