[Solved] How to make backgroundimage move in Swift iOS [closed]


Just create another UIView, add the image inside it and add it as a subview below your view. Than simply animate the frame property of the image. Not sure if this is what you need, but your question is too brief, so is my answer.

solved How to make backgroundimage move in Swift iOS [closed]