notsobigcompany / BigUIPaging

A collection of SwiftUI views for handling pages of content
252 stars 14 forks source link

ios16.4 crash because "Type 'Animation?' has no member 'bouncy'" #4

Closed no13bus closed 8 months ago

phillipcaudell commented 8 months ago

Could you please provide steps to reproduce?

no13bus commented 8 months ago

sorry, I make the mistake, after I update the xcode to xcode15, it is gone. By the way, actually I want to do this: after user swipe one page, then I do want to delete it, I do not want to user to see it any more. Is it possible for me to use this library?

phillipcaudell commented 8 months ago

Yes, you would need to update your underlying model in the next or previous closure. Good luck!