SpringIndicator
SpringIndicator copied to clipboard
SpringIndicator is indicator and PullToRefresh. Inspired by Material design components.
Fixes #29.
If I use SpringIndicator with AutoLayout, the animation doesn't work correctly. **AutoLayout:**  **No AutoLayout:**  **Code:** ```swift...
Thank you for your great work and library in beforehand. Now, I'm facing a problem that `SpringIndicator.Refresher()` doesn't work when `tableView` (or `collectionView`) has header like `tableView.tableHeaderView = customHeaderView` or...
It's happening everytime I push a view controller. PFA a slowed down animation: 
I am trying to prevent second refresh before finishing the first one. ``` swift override func viewDidLoad() { super.viewDidLoad() refreshController.indicator.lineColor = UIColor.selectedOrange() refreshController.addTarget(self, action: "onRefresh", forControlEvents: .ValueChanged) tableView.addSubview(refreshController) } func...