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

UIScrollview wont scroll in Custom View Controller Popup #321

Closed kotlinc0der closed 5 years ago

kotlinc0der commented 5 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?

I created a custom view controller that contains a scrollview to manage long messages programmatically and the view controller was to be passed to a popup dialog to be triggered by clicking on the menu item.

What did you expect to happen?

I expected the scrollview to work

What happened instead?

The scrollview did not move and this is not because of the size of the scrollview content as it is updated to fit the height of the last subview in the scrollview.

Project that demonstrates the issue

DialogNotScrolling.zip