Is there a way to adjust font size based on different devices? The current UI is optimized for iPhone 8
, with a font size of 14
. However, this causes some letters to not be visible on smaller screens of other phones. How can I solve this issue?
Main.storyboard
<= I attempted to find a solution on this website but it did not help me address the problem.