This repository was archived by the owner on May 1, 2024. It is now read-only.

Description
Description
TabView for iOS displays all content on initial load. As you can see in the image below, I have 3 tabs, but all the content is displayed at once. If I navigated away and then back again it is displayed as I would expect.
Suspect that the custom renderer is doing something at the wrong time and something has changed the newer Xamarin Forms versions that have altered the time of events, thus causing this to break.
Steps to Reproduce
- Make TabView
- Make TabViewItems (3)
- Run on iOS.
Expected Behavior
Each TapViewItem should be contained in its own ViewSet and should not be visible unless that tab is selected.
Actual Behavior
All tab Items are dispalyed at once, overlapping each other
Basic Information
- Version with issue: 2.0.6
- Last known good version:
- IDE: VS 2022
- Platform Target Frameworks:
Workaround
Reproduction imagery
