How to make the TabView rendering at top of the page in IOS?
Hi @giscafer ,
As we want to keep the native behavior on both platforms, currently tabs are shown on top in Android apps and at the bottom in iOS apps and there's no way to change that. We've received several similar questions so I logged it a feature request for future consideration in https://github.com/NativeScript/NativeScript/issues/3871.
Meanwhile, you could mimic the desired result by using SegmentedBar.
With the latest version though, it is possible to position the tabs at the bottom on Android:
androidTabsPosition="bottom"
What about setting iOS to top
?
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
What about setting iOS to
top
?