UIImageView's resetting to default frame when popup displayed
rbarbish opened this issue · 0 comments
rbarbish commented
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.
- A UIImageView frame / size is being changed through a pinch gesture.
- I tap the UIImageView
- 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