Open okipol88 opened 8 years ago
The LiquidLoader stops it updates when scrolling an UITableViewCell and UIScrollView.
UITableViewCell
UIScrollView
Fix: Consider using the update timer in the NSRunLoopCommonModes instead of the default scheduledTimerWithTimeInterval.
NSRunLoopCommonModes
scheduledTimerWithTimeInterval
The LiquidLoader stops it updates when scrolling an
UITableViewCell
andUIScrollView
.Fix: Consider using the update timer in the
NSRunLoopCommonModes
instead of the defaultscheduledTimerWithTimeInterval
.