StanfordSpezi / SpeziContact

Spezi module to display contact information
https://swiftpackageindex.com/StanfordSpezi/SpeziContact/documentation/
MIT License
3 stars 1 forks source link

Bug report: Localizable string descriptions not showing #22

Open bryant-jimenez opened 8 months ago

bryant-jimenez commented 8 months ago

Description

When creating/storing localizable strings, in the preview for the application in xcode, I can see the entirety of the description just fine and the contact view behaves as it should, but when running the build, the ios simulator cuts off the description and doesn't allow to be able to see the rest of it.

image

Reproduction

Expected behavior

The description should not cut off and extend the contact view to incorporate the entire description

Additional context

No response

Code of Conduct

PSchmiedmayer commented 8 months ago

Thank you for creating the issue @bryant-jimenez! I suspect that the underlying issue might have to do something with the Label view we have in Spezi Views. This might be a great way to investigate this by isolating the issue there and seeing if you can replicate it somehow and if so, make a small PR that might be able to address this. Might be something you can take a look at for Assignment 4 in the CS342 class 🚀