chamou uma função depois de algum tempo em Swift
DispatchQueue.main.asyncAfter(deadline: .now() + 10.0) {
//call any function
}
Depressed Dog
DispatchQueue.main.asyncAfter(deadline: .now() + 10.0) {
//call any function
}