You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In UIKit/Catalyst, UILabel has a showsExpansionTextWhenTruncated value that, if true and if the label is truncated, will show the value in a tooltip. This is a nice addition for desktop apps that’s currently only available in SwiftUI through non-semantic means (the help(_:) modifier).
The text was updated successfully, but these errors were encountered:
Description
In UIKit/Catalyst, UILabel has a
showsExpansionTextWhenTruncated
value that, if true and if the label is truncated, will show the value in a tooltip. This is a nice addition for desktop apps that’s currently only available in SwiftUI through non-semantic means (thehelp(_:)
modifier).The text was updated successfully, but these errors were encountered: