Snippets

Oleg Chulakov Studio Slow Allert. UITableView

Created by Владимир Самсонов

File Variant 1 Added

  • Ignore whitespace
  • Hide word diff
+...
+DispatchQueue.main.async {
+    self.present(alertController, animated: true, completion: nil)
+}
+...

File Variant 2 Added

  • Ignore whitespace
  • Hide word diff
+...
+DispatchQueue.main.asyncAfter(deadline: .now()) {
+    self.present(alert, animated: true, completion: nil)
+}
+...
HTTPS SSH

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