We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: