-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS-2474 Shrinking User Code change header text #243
IOS-2474 Shrinking User Code change header text #243
Conversation
@@ -26,6 +26,8 @@ struct UserCodeHeaderView: View { | |||
|
|||
Text(title) | |||
.font(Font.system(size: 34).bold()) | |||
.minimumScaleFactor(0.7) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
это очень глючный модификатор, надо без него
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Через fixedSize не хочется, места мало остается если оставлять текст в две строки. На семерке скорее всего поедет лейаут.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixedSize тут не подойдет. Динамически вообще ничего сделать. Обсудите с Яном пожалуйста, может он предложит слегка шрифт уменьшить или может текстовку заголовка можно поменять на более короткую.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Договорились на уменьшение шрифта
Проверил в симуляторе на 7 и на 7 с зумом, выглядело нормально на 28. Сделал 24 для подстраховки.
Была такая штука.
Стало так. На минике не сильно скукоживается.