Add UIView and animate it immediately – Ios swift
I'm adding a UIView to a view controller and want to it render and then immediately animate its movement, but a strange things is happening. The new view is being drawn at the destination where I want to animate it…