I am experimenting with using new timer Text component in SwiftUI. However the issue I am facing is that after a little bit of time the label will start getting truncated. I tried setting a
With no success.
Is this a bug or what is the right way to handle this?
Thanks!
Code Block .frame()
, Code Block .padding()
With no success.
Code Block Text(Date().addingTimeInterval(0), style: .relative)
Is this a bug or what is the right way to handle this?
Thanks!