fermoya / SwiftUIPager

Native Pager in SwiftUI
MIT License
1.27k stars 166 forks source link

[BUG] contentLoadingPolicy lazy + loopPages = blank screen #304

Open chinyaev opened 1 year ago

chinyaev commented 1 year ago

using these two parameters together causes a blank screen that does not work

   .contentLoadingPolicy(.lazy(recyclingRatio: 1)) // the problem only with recyclingRatio: 1, with other parameters it works
   .loopPages()

iOS 16 Xcode 14.0.1