Aug 2, 2022
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)
}
}
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)
}
}