sammcewan / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
253 stars 74 forks source link

Contentview not clipped to popover #31

Open maciekish opened 9 years ago

maciekish commented 9 years ago

Hi, Is there a specific reason the content view of the popover isn't clipped to the size of the popover? My specific problem with this is that when the popover content grows in size, the content view size changes immediately, and the popover animates slowly behind it. Looks really ugly.

I fixed it in my branch by just setting backgroundView.clipsToBounds = YES;