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

Ryan picture Ryan · Aug 3, 2019 · Viewed 12.3k times · Source

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

Answer

Ryan picture Ryan · Aug 3, 2019

SF Symbols are similar to fonts, thus:

.font(.system(size: 60))