Bug in my Bulls Eye app with text being cut off

For some reason the “Put the bullseye as close as you can to:” text is being cut off when a larger number is generated. Does any one know how to fix this without using a ton of spacing.
Screen Shot 2020-03-16 at 5.36.19 PM

Hi @malachicode,
if this is the swift version, you can make the label larger by changing the constraints accordingly.

cheers,

and if this relates to SwiftUI, you can apply the .fixedSize() modifier to the text and it will fix this truncating issue.

cheers,

This topic was automatically closed after 166 days. New replies are no longer allowed.