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
// Your custom symbol at Medium scale, Regular weight
Image("myCustomSymbolName")
// Your custom symbol at large scale, 21pt font and Heavy weight
Image("myCustomSymbolName").imageScale(.large).font(Font.system(size:21, weight:.heavy))
You can also display custom symbols alongside some text.
VStack{(Text("Some Text ")+ Text(Image("myCustomSymbolName"))+ Text(" more text")).imageScale(.large)}
SwiftUI
You can also display custom symbols alongside some text.
UIKit
AppKit
The text was updated successfully, but these errors were encountered: