Skip to content

Commit

Permalink
Merge pull request #252 from ivanbruel/master
Browse files Browse the repository at this point in the history
Added user interaction to animation
  • Loading branch information
onevcat committed Feb 27, 2016
2 parents b45bbd5 + 62490b5 commit 107c445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ImageView+Kingfisher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ extension ImageView {
},
completion: { finished in
UIView.transitionWithView(sSelf, duration: transition.duration,
options: transition.animationOptions,
options: [transition.animationOptions, .AllowUserInteraction],
animations: {
transition.animations?(sSelf, image)
},
Expand Down

0 comments on commit 107c445

Please sign in to comment.