Skip to content

Instantly share code, notes, and snippets.

@natanrolnik
Created February 12, 2019 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natanrolnik/fe41bce3c4f6f9e973999d8069724f87 to your computer and use it in GitHub Desktop.
Save natanrolnik/fe41bce3c4f6f9e973999d8069724f87 to your computer and use it in GitHub Desktop.
//in your viewDidAppear method, schedule it:
DispatchQueue.main.asyncAfter(.now() + 3) { [weak self] in
self?.micButton.jump()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment