I have subview inside UINavigationcontroller rootview, what is the best way to animate and resize it to full screen? i’m using UIPinchGestureRecognizer for this subview and [UIView animateWithDuration] method, but the size of view doesn’t change.
I have subview inside UINavigationcontroller rootview, what is the best way to animate and
Share
Do the following