How to fix titleView being masked to navigation bar during transition?
问题 In my view controller I am setting the titleView to a UIView which contains a UIImageView which is made into a circle using setCornerRadius on its layer. The top half of the circle is positioned over the navbar, and the bottom half over the view, like this: Now when I push this view controller, as it animates in, the bottom half of the circle is cut off until the animation completes. Only the part that's in the navbar is shown, something like this: As soon as the push animation ends, the full