Skip to content

Commit b4faa37

Browse files
committed
comment stop
1 parent 724f682 commit b4faa37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Example/ZJAutoScrollLabel/ViewController.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ class ViewController: UIViewController {
2929
// noticeView.scrollLabel.isPaused = false
3030

3131
noticeView.scrollLabel.resume()
32-
DispatchQueue.main.asyncAfter(deadline: .now() + 5) {
33-
noticeView.scrollLabel.stop()
34-
}
32+
// (deadline: .now() + 5) {
33+
// noticeView.scrollLabel.stop()
34+
// }
3535
}
3636

3737
override func didReceiveMemoryWarning() {

0 commit comments

Comments
 (0)