Is your feature request related to a problem? Please describe.
Each of my subpages is data from the web, and currently the PagerTabStripView loads all Tab content views at once, with each view triggering onAppear() immediately.
Describe the solution you'd like
I want the content view to load when I click on the Tab to improve performance and user experience
Is your feature request related to a problem? Please describe.
Each of my subpages is data from the web, and currently the PagerTabStripView loads all Tab content views at once, with each view triggering
onAppear()immediately.Describe the solution you'd like
I want the content view to load when I click on the Tab to improve performance and user experience