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
Why does the function UILabel.setIcon(...) change the alignment of the text on the label to .center? The documentation on these functions do not specify that the alignment is changed. I found this to be unexpected behavior and I don't want to the alignment on my label to be changed when using this function.
Found in SwiftIcons.swift in the following functions:
Why does the function
UILabel.setIcon(...)
change the alignment of the text on the label to.center
? The documentation on these functions do not specify that the alignment is changed. I found this to be unexpected behavior and I don't want to the alignment on my label to be changed when using this function.Found in
SwiftIcons.swift
in the following functions:Is there a reason why the alignment is changed? If not I would suggest removing the line.
The text was updated successfully, but these errors were encountered: