Systers Community
PowerUp iOS: Fix dialog views to show the entire text.
Prerequisite:
- Create Github account.
- Fork and build PowerUp iOS.
Description:
When dialogs are displayed, the text is getting cut off by the view bounds. Check the following issue for images.
If the text is too long to fit to the current view, either text fonts or enclosing view need to be resized.
Steps:
- Claim the corresponding issue in Github.
- Run the app in simulator and identify the above mentioned issue.
- Locate the UIViewController corresponding to the issue from the storyboard.
- There are multiple ways of fixing this issue. You can resize the text, change the view sizes dynamically to fit to the content etc. However when deciding the fix, you should think how your fix will behave as the game grows in the future, for example when new choices are added to the scenarios.
Resources:
- Ask any questions or directions in the #powerup on Systers Open Source Slack.
Work Submission:
Create and submit a PR and post the PR link here.
Task tags
Students who completed this task
Vatsal Kulshreshtha