Top "Sf-symbols" questions

SF Symbols is a font containing configurable symbols for use on Apple platforms (iOS, macOS, tvOS, and watchOS).

Find all available images for Image(systemName:) in SwiftUI

Where can I find all the system images that are available in the initializer Image(systemName:)? I've only been using "…

ios swift swiftui sf-symbols
How to use SF Symbols in iOS 12 and below?

I am updating the icons in my app. After I heard Apple released an icon font named SF Symbols with …

ios human-interface sf-symbols
Change the stroke/fill color of SF Symbol icon in SwiftUI?

I am looking for a way to change the stroke / fill color of an SF Symbol icon in SwiftUI. I …

swiftui sf-symbols
Change a SF Symbol size inside a UIButton

I am declaring a Button like this : let menuButton = UIButton() After that I am trying to change it's parameter and …

ios uiview swiftui uibutton sf-symbols
How to change SF Symbol icon color in UIKit?

In SwiftUI, you can change the icon's color using foregroundColor modifier: Change the stroke/fill color of SF Symbol icon …

ios colors uikit sf-symbols
How do I set the size of a SF Symbol in SwiftUI?

How do I set the size of a SF Symbol in Xcode 11 using SwiftUI?

swiftui sf-symbols
Is it possible to use SF Symbols outside of UIImage?

I'm confused on how to use SF Symbols in text in an iOS project. I have a UIButton that uses …

ios unicode nsstring sf-symbols
How do i set a weight to SF Symbols for iOS 13?

I have this Image(systemName: "arrow.right") But how do i make it bold, semibold etc? I am using the …

ios swift swiftui sf-symbols