Skip to content

infiniteScrollTriggerOffset Not working #66

@syedrazackimran

Description

@syedrazackimran

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions