Skip to content

Commit

Permalink
layout subview for animated reload animator
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzhao committed Oct 29, 2021
1 parent 139d582 commit 6e9cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UIComponent/Animators/AnimatedReloadAnimator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class AnimatedReloadAnimator: Animator {
delay: 0,
usingSpringWithDamping: 0.9,
initialSpringVelocity: 0,
options: [.allowUserInteraction],
options: [.allowUserInteraction, .layoutSubviews],
animations: {
view.bounds.size = frame.bounds.size
},
Expand Down

0 comments on commit 6e9cf72

Please sign in to comment.