Hi Michael,

So what's your approach for this kind of problem?

struct FootnoteText : View {

let text: String

var body: some View {

MultiLineText(text: text, alignment: .center)

.foregroundColor(.gray)

.font(.footnote)

}

}

Virender Verma
Virender Verma

Responses (1)