Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
 indicatorView.hidesWhenStopped = false
  • Loading branch information
ronghaopger committed Apr 19, 2016
1 parent e57960f commit 3114858
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Demo/Demo/EasyPull/DefaultView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class DefaultDropView: UIView, EasyViewManual {
addSubview(arrowImage)

indicatorView.frame = CGRectMake(width * 0.5 - 50, height * 0.5, 10, 13)
indicatorView.hidesWhenStopped = false
indicatorView.startAnimating()
addSubview(indicatorView)

Expand Down Expand Up @@ -157,6 +158,7 @@ public class DefaultUpView: UIView, EasyViewManual, EasyViewAutomatic {
addSubview(arrowImage)

indicatorView.frame = CGRectMake(width * 0.5 - 50, height * 0.5 - 10, 10, 13)
indicatorView.hidesWhenStopped = false
indicatorView.startAnimating()
addSubview(indicatorView)

Expand Down
Binary file not shown.
2 changes: 2 additions & 0 deletions EasyPull/EasyPull/DefaultView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class DefaultDropView: UIView, EasyViewManual {
addSubview(arrowImage)

indicatorView.frame = CGRectMake(width * 0.5 - 50, height * 0.5, 10, 13)
indicatorView.hidesWhenStopped = false
indicatorView.startAnimating()
addSubview(indicatorView)

Expand Down Expand Up @@ -157,6 +158,7 @@ public class DefaultUpView: UIView, EasyViewManual, EasyViewAutomatic {
addSubview(arrowImage)

indicatorView.frame = CGRectMake(width * 0.5 - 50, height * 0.5 - 10, 10, 13)
indicatorView.hidesWhenStopped = false
indicatorView.startAnimating()
addSubview(indicatorView)

Expand Down

0 comments on commit 3114858

Please sign in to comment.