Skip to content

Instantly share code, notes, and snippets.

@hsusmita
Last active April 5, 2018 12:02
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 hsusmita/61be8a82e938d57667307f9ca4e10794 to your computer and use it in GitHub Desktop.
Save hsusmita/61be8a82e938d57667307f9ca4e10794 to your computer and use it in GitHub Desktop.
for i in 0..<title.count {
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + Double(i)) {
titleLengthChecker.apply(10).start()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment