Post

Replies

Boosts

Views

Activity

How to Add Inline Image Next to Text in SwiftUI
I am trying to add an image to the right of text to make the image appear inline. However when i do this with a HStack the image is to the right of the image for 1 line text but multi line text the image is just to the right of the frame of the view for the text and not Inline as i need eg. HStack { Text("Some Long Text") Image("info.circle") }
1
0
1.5k
Feb ’22
How to Add Inline Image Next to Text in SwiftUI
I am trying to add an image to the right of text to make the image appear inline. However when i do this with a HStack the image is to the right of the image for 1 line text but multi line text the image is just to the right of the frame of the view for the text and not Inline as i need eg. HStack { Text("Some Long Text") Image("info.circle") }
Replies
1
Boosts
0
Views
1.5k
Activity
Feb ’22