How do I get the frame of a subview in the ToViewController during animateTransition:? How do I get the frame of a subview in the ToViewController during animateTransition:? objective-c objective-c

How do I get the frame of a subview in the ToViewController during animateTransition:?


Call layoutIfNeeded, not layoutSubviews, to force a layout pass. Then the frame should be updated.