Closed lvdaqian closed 8 years ago
I have met the issue #25. And found that it didn't reset the transform of Popover view when call dismiss.
It will cause Popover view can't be shown second time. Because the frame of Popover view is calculated wrong.
I use Xcode is 8.0 (8A218a) with Cocoapods 1.1.0 under swift 2.3
But I think the framework should support show popover again from the same instance.
It failed because of using xcode 7.3.1 which is not support swift 3.
Thanks. nice work!
I have met the issue #25. And found that it didn't reset the transform of Popover view when call dismiss.
It will cause Popover view can't be shown second time. Because the frame of Popover view is calculated wrong.
I use Xcode is 8.0 (8A218a) with Cocoapods 1.1.0 under swift 2.3
But I think the framework should support show popover again from the same instance.