Snippets

Oleg Chulakov Studio Slow Allert. UITableView

Created by Владимир Самсонов
1
2
3
4
5
...
DispatchQueue.main.async {
    self.present(alertController, animated: true, completion: nil)
}
...
1
2
3
4
5
...
DispatchQueue.main.asyncAfter(deadline: .now()) {
    self.present(alert, animated: true, completion: nil)
}
...

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.