deltachat / deltachat-ios

Email-based instant messaging for iOS.
GNU General Public License v3.0
306 stars 49 forks source link

Improve "Add second device instructions" for small screens #2222

Closed zeitschlag closed 2 weeks ago

zeitschlag commented 2 weeks ago

This PR puts most of the views into a StackView/ScrollView so that it scrolls on small screens (or large fonts or looooong texts)

Screenshots iPhone SE 3rd gen.: ![Simulator Screenshot - iPhone SE (3rd generation) - 2024-06-27 at 23 44 03](https://github.com/deltachat/deltachat-ios/assets/2580019/07435439-22f1-4f2d-8791-d7c1c769ddb4) iPhone 15 Pro Max: ![Simulator Screenshot - iPhone 15 Pro Max - 2024-06-27 at 23 45 03](https://github.com/deltachat/deltachat-ios/assets/2580019/fb9156fb-448a-4624-b2bb-d4cbd8f0e6a1)
Closes #2136.