We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33696a7 + 9c9fc59 commit e72feddCopy full SHA for e72fedd
Sources/Image/ImageTransition.swift
@@ -56,7 +56,7 @@ public enum ImageTransition: Sendable {
56
/// - completion: A block called when the transition animation finishes.
57
case custom(duration: TimeInterval,
58
options: UIView.AnimationOptions,
59
- animations: (@Sendable (UIImageView, UIImage) -> Void)?,
+ animations: (@Sendable @MainActor (UIImageView, UIImage) -> Void)?,
60
completion: (@Sendable (Bool) -> Void)?)
61
62
var duration: TimeInterval {
0 commit comments