Post

Replies

Boosts

Views

Activity

Text with date inside ScrollView
I found out that app is crashing if using Text with any date and relative style. Any workaround for that? struct ContentView: View {   var body: some View {     ScrollView {       Text(Date(), style: .relative)     }   } }
1
0
361
Sep ’20