fso-msrl

Results 3 issues of fso-msrl

because my item content is too long, so I need to add the scrollview in the top level of my content view, like that: ACarousel(pages) { page in ScrollView(.vertical) {...

This is the sample structure: TabView { VStack { ACarousel(items) { item in ItemView(item) .onTapGesture { "do something" } } } VStack {...} VStack {...} VStack {...} } .tabViewStyle(.page(indexDisplayMode: .never))...

I want to use my custom enriched activity, and I tried to call getEnrichedCustomActivities, but it returns a list of activity data models. I think it is because now this...