SpringIndicator icon indicating copy to clipboard operation
SpringIndicator copied to clipboard

SpringIndicator is indicator and PullToRefresh. Inspired by Material design components.

Results 5 SpringIndicator issues
Sort by recently updated
recently updated
newest added

If I use SpringIndicator with AutoLayout, the animation doesn't work correctly. **AutoLayout:** ![screen recording 2018-09-17 at 07 00 pm](https://user-images.githubusercontent.com/3541185/45640972-0f61a980-baac-11e8-97be-59ede7f78026.gif) **No AutoLayout:** ![screen recording 2018-09-17 at 07 01 pm](https://user-images.githubusercontent.com/3541185/45641019-3029ff00-baac-11e8-90bd-88505dd71f0c.gif) **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...

bug

It's happening everytime I push a view controller. PFA a slowed down animation: ![giphy](https://cloud.githubusercontent.com/assets/10651364/19148006/6d672cee-8bd8-11e6-93c0-7d2c543db077.gif)

bug

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...