-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Tabs are broken inside scrollView
If you embed PagerTabStripView inside scrollview i starts taking a lots of memory and app also slows down and stuct
ScrollView{
PagerTabStripView(){
ForEach(0..<categores.count, id: \.self) { index in
CategoryRowView().pagerTabItem(tag: index) {
TitleNavBarItem(title: categores[index])
}
}
}
.pagerTabStripViewStyle(.scrollableBarButton(tabItemSpacing: 35,
tabItemHeight: 30,
indicatorView: {
Rectangle().fill(.colorPrimaryButton).cornerRadius(5)
}))
}
Xcode: 16
iOS: 18
nikolaydubina and ZChronossnikolaydubina
Metadata
Metadata
Assignees
Labels
No labels