Skip to content

Latest commit

 

History

History

swift-text-count-down-timer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Count Down Timer

struct TimerText: View {
    var body: some View {
        Text(Date().addingTimeInterval(3600), style: .timer)
    }
}