Please provide information on your development environment, so we can build with the same scenario.
Xcode version (e.g. 9.1): 10.2.1
PopupDialog version (e.g. 0.5.0): 1.1
Minimum deployment target (e.g. 9.0): 10.0
Language (Objective-C / Swift): Swift
In case of Swift - Version (e.g. 4): 5
Dependency management
If you are not using any dependency managers, you can remove this section.
Dependency manager (e.g. CocoaPods): CocoaPods
Version (e.g. 1.3.1): 1.5.3
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.
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