Child views with a flexible autoresizing mask stretch across the fold

A map callout loaded from a xib has autoresizingMask including flexible width and height. Unfolding resizes it to the new parent bounds, so a fixed-size pin stretches. Rotation does the same. Is the fold delivered as a normal bounds change to the existing view hierarchy, and should fixed-size subviews avoid width/height-sizable masks?

Child views with a flexible autoresizing mask stretch across the fold
 
 
Q