ash pfp
ash
@aes
BOUNTY 🚨 SwiftUI or mix of UIKit in swiftUI app https://twitter.com/SethSandler/status/1591953882913312768 https://www.reddit.com/r/SwiftUI/comments/1ck7vun/is_it_impossible_to_create_a_tabbing_scroll_view/ deliverable: GitHub link of xcodeproj. first successful person gets the bounty 500 USDC @bountybot
4 replies
1 recast
3 reactions

gatedude.eth pfp
gatedude.eth
@gatedude
It's possible to create a tabbing scroll view with pure SwiftUI I made a simple code on X that allows you to create a tabbing scroll view https://twitter.com/0xgdude/status/1789182267476033607?t=1oQ8uxlfgX12y3C9AuQYBA&s=19 Also check GitHub... https://github.com/gatedude/Simple-Game/issues/1#issue-2290723654
1 reply
0 recast
1 reaction

ash pfp
ash
@aes
Hey, I just took a look at your code snippet. The problem with your implementation is that you're relying on using TabView inside a Scrollview. You then run into the problem of the tabview container's height. Without hardcoding a specific height, it will not work. Try adding content and you will run into the issue,
1 reply
0 recast
0 reaction