We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724f682 commit b4faa37Copy full SHA for b4faa37
Example/ZJAutoScrollLabel/ViewController.swift
@@ -29,9 +29,9 @@ class ViewController: UIViewController {
29
// noticeView.scrollLabel.isPaused = false
30
31
noticeView.scrollLabel.resume()
32
- DispatchQueue.main.asyncAfter(deadline: .now() + 5) {
33
- noticeView.scrollLabel.stop()
34
- }
+// (deadline: .now() + 5) {
+// noticeView.scrollLabel.stop()
+// }
35
}
36
37
override func didReceiveMemoryWarning() {
0 commit comments