chrismiles / CMPopTipView

Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.

Home Page:https://github.com/chrismiles/CMPopTipView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIImageView's resetting to default frame when popup displayed

rbarbish opened this issue · comments

Hi, I thought I'd present this problem I'm having as someone might have an idea why it is happening. I'm having trouble figuring out why this is happening through the debugger.

  1. A UIImageView frame / size is being changed through a pinch gesture.
  2. I tap the UIImageView
  3. The Popup is displayed by the UIImageView's frame is reset to the initial frame size.

It should also be noted that the popup is being displayed as if the UIImageView is the new frame, not the original frame.

Any ideas would be appreciated - Thanks