I have a UIView that contains two UIImageViews.
when I perform animateWithDuration and change its frame (x, y, width, height) , it's subviews aren't resized according to its frame.
How can this be done? is it something with contentMode of the superview or subviews?