Kushal Ashok

Results 3 comments of Kushal Ashok

Facing the same issue as described by @red010182

@rainypixels Thanks a ton for your quick fix. Might have saved me hours of UI adjustments and pixel calculations which was the only other solution to avoid the jumps. I...

Replace` ((Void) -> Void)?` with `(() -> (Void))? = nil` _After replacement-_ **Line 29:** `fileprivate var refreshCompletion: (() -> (Void))? = nil` **Line 81:** `public init(options: PullToRefreshOption, frame: CGRect, refreshCompletion...