Closed tcheek-bw closed 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.
Bump, still an issue
@Hoid I have the same issue!! did you find a solution?
No, unfortunately :(
Hey there! I will be looking into this. This was not yet implemented as there was no clear requirements ;) This can be achieved right now by using a custom view controller, which gives you more fine grained control.
However, as far as it concerns the default dialog: I would suggest making only the message scrollable. It will not solve all of the issues but multiline messages should be handled like this. This would also require defining a max height. I guess it would make sense to do this internally by calculating the screen/dialog size ratio. What do you think?
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.
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?
Created a popup with a long message text.
What did you expect to happen?
The view would limit itself to a margin of the screen height and turn the message subview/container view into a scroll view so that the message could scroll and not push the popup to be too long.
What happened instead?
Popup ended up being too long for the screen size. I'm trying to create an info popup with important information and I can't really remove any of it to make it shorter :/
Project that demonstrates the issue
github.com/Hoid/FCS_Mock_Season_Creator