yoavlt / LiquidLoader

Spinner loader components with liquid animation
MIT License
1.32k stars 185 forks source link

LiquidLoader does not update when embedded in UITableViewCell or other UIScrollView based view #15

Open okipol88 opened 8 years ago

okipol88 commented 8 years ago

The LiquidLoader stops it updates when scrolling an UITableViewCell and UIScrollView.

Fix: Consider using the update timer in the NSRunLoopCommonModes instead of the default scheduledTimerWithTimeInterval.