Bold text - iOS
On iOS, the isBoldTextEnabled
property of UIAccessibility
can be used to check whether the user prefers bold text.
if UIAccessibility.isBoldTextEnabled {
// Use bold text
}
On iOS, the isBoldTextEnabled
property of UIAccessibility
can be used to check whether the user prefers bold text.
if UIAccessibility.isBoldTextEnabled {
// Use bold text
}