iOS 13 Animating View Not Changing Frame
You can use yourview.layer.frame instead of yourview.frame It worked for me.
Layout system in iOS 13 is different, we had the same issue and in our case by switching layout
from automatic
to Translates Mask Into Constraints
fixed the issue.