sf-symbols Questions
4
Solved
I am trying to cut out a sf symbol from a circle shape in swiftUI.
I currently have the following code:
Circle()
.fill(Color.white)
.frame(width: 50, height: 50)
.mask(
Image(systemName: "pla...
Lissa asked 12/2, 2020 at 15:59
3
Solved
When specifying home screen quick actions, UIApplicationShortcutItems, in your Info.plist, is there a way to use a system image from SF Symbols?
The docs noting the available iOS keys doesn't spec...
Alexanderalexandr asked 22/7, 2019 at 4:34
1
Solved
I have a problem adding SF Symbols to the title. SF Symbols is overlap with title text can someone help me
func uialert(){
let alert = UIAlertController(title: "New User Created", message: " ...
Lenticularis asked 22/4, 2020 at 20:41
2
Solved
I'm trying to recreate a visual, that consist of 3 SF Symbols.
The image in the middle is 100% solid no fade.
I would like to fade top edge of the top most image
and fade the bottom edge of the bot...
Formaldehyde asked 24/1, 2020 at 21:33
2
Has anyone figured out how to create customized SF-Symbols using the techniques outlined in the WWDC video, the only existing documentation that I can find on the subject? According to the video on...
Bahena asked 28/7, 2019 at 16:56
1
Solved
I'm trying to show a "plus" or "plus.app" sign via the SF Symbols in my code, but the preview to the right shows nothing.
Other symbols do work like "plus.circle", is there a reason why the other...
Application asked 9/6, 2019 at 7:1
© 2022 - 2024 — McMap. All rights reserved.