You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatefunc recalculateTransition(){letindexAndPercentage=-contentOffset / width
letpercentage=(indexAndPercentage +1).truncatingRemainder(dividingBy:1)letlowIndex=Int(floor(indexAndPercentage)) // Thread 1: Swift runtime failure: Double value cannot be converted to Int because it is either infinite or NaN
transition =TransitionProgress(from:itemsOrderedByIndex[safe: lowIndex], to:itemsOrderedByIndex[safe: lowIndex+1], percentage: percentage)}
Versions
Xcode: [Xcode 15]
Device: [iPhone15 Pro Max]
OS: [OS17]
Lbrary version [4.0.0]
The text was updated successfully, but these errors were encountered:
In iOS 17, there is a package error.
Versions
The text was updated successfully, but these errors were encountered: