Created
June 15, 2025 12:54
-
-
Save sefacr/6f4d48aca321473ed5476b401a5c3b67 to your computer and use it in GitHub Desktop.
SF Symbols 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var config = UIButton.Configuration.plain() | |
config.symbolContentTransition = .init(.replace) | |
myButton.configuration = config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment