All Questions
Tagged with swiftui-zstack swiftui-tabview
2 questions
0
votes
1
answer
59
views
SwiftUI: Dynamic Label and Image adjust
We have vertically aligned multiple labels and top tight Image is align to first label.
If first label has not enough content then second label will be move up and vice versa.
image height will be ...
0
votes
0
answers
40
views
Take over TabView's view but keep the tabs visible
When someone clicks on Notification, I want to show a view. However, I still want tabs visible at the bottom of the screen so they can go back to whatever tab they want.
I tried adding invisible ...