gh123man / SwiftUI-Refresher

A native, customizable SwiftUI refresh control
MIT License
119 stars 12 forks source link

Not working renderLock in iOS 15 #13

Closed rws08 closed 1 year ago

rws08 commented 1 year ago

Hi, thanks for the lib. I found 'renderLock = false' not working after refresh action in iOS 15. Please check.

if canRefresh, !isFingerDown, distance <= 0 {
    renderLock = false
}
gh123man commented 1 year ago

Sorry about that. Ive reverted the broken change and pushed 1.1.2. Ill leave this issue open and revisit it once I can fully investigate what is wrong.

gh123man commented 1 year ago

Should be all fixed now on 1.1.3 - let me know if you have any other issues.