Orderella / PopupDialog

A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
http://www.mwfire.de
Other
3.96k stars 522 forks source link

Popup appears with delay when presenting on uicollectionview #295

Closed miki9938 closed 5 years ago

miki9938 commented 6 years ago

Report

Environment

Please provide information on your development environment, so we can build with the same scenario.

Dependency management

If you are not using any dependency managers, you can remove this section.

What did you do?

When I display a popup over a view controller with UICollectionView inside it appears with a delay. It only occurs when the collection have 10 or more elements inside - cells have simple label inside. The popup is launched by clicking a button (outside of the collection view). This issue affects only the PopupDialog view, different views appears immediately (I use self.present(popup, animated: true, completion: nil))

What did you expect to happen?

Popup to appear immediately.

What happened instead?

Popup appears with a delay.

Project that demonstrates the issue

A simple collection view and popup launched over it.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Maryom commented 5 years ago

Hey, I have the same issue, any help?