Skip to content

Instantly share code, notes, and snippets.

View Action-Apply.swift
for i in 0..<title.count {
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + Double(i)) {
titleLengthChecker.apply(10).start()
}
}