7

Me coding in swift:

func doStuff() {

// code

}

"oh I see the code isn't working yet. Let me try this"

func doStuff() {

DispatchQueue.main.async {

// code

}
}

Comments
Add Comment