pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

infiniteScrollTriggerOffset Not working #66

Open syedrazackimran opened 6 years ago

syedrazackimran commented 6 years ago

let indicator = IMCustomInfiniteIndicator() indicator.frame = CGRect(x: 0, y: 0, width: 25, height: 25) indicator.innerColor = #colorLiteral(red: 0, green: 0.271282196, blue: 0.5480812192, alpha: 1) indicator.outerColor = UIColor(hexString: appColor.BorderColor) tabelView_listHotel.infiniteScrollIndicatorView = indicator tabelView_listHotel.addInfiniteScroll { (_) in DispatchQueue.global(qos: .userInitiated).async { self.playSound() DispatchQueue.main.async { [unowned self] in // do something self.tabelView_listHotel.finishInfiniteScroll() } } } tabelView_listHotel.infiniteScrollTriggerOffset = 500

whatever I changed Offset it's not affecting and also Inner Color not changing. do needfully