I have a UIView that is used in a modal view using the UIModalTransitionStylePartialCurl transition style when it appears. This UIView includes UIButton. It is strange that whenever a view appears, when the main page is cleared to the top of the window, the button in the modal view enlivens itself, and the text seems to be typed onto the button from the center of itself. The movement of this animation is a little distracting.
Why is this happening? Is there any way to prevent this?
UIButton uses its own background, but it is defined in XIB for modal representation and does not use any special subclass. This is a standard button.
source share