Answers for "swiftui sf symbols size"

2

swiftui sf symbols

Image(systemName: "cloud.heavyrain.fill")
Posted by: Guest on February-18-2021
0

how to increase size of sf symbol

.font(.system(size: 60)) // SF symbols behave similiar to fonts.
Posted by: Guest on July-01-2020
0

swift sf symbol uiimage size

let largeConfig = UIImage.SymbolConfiguration(pointSize: 140, weight: .bold, scale: .large)

 let largeBoldDoc = UIImage(systemName: "doc.circle.fill", withConfiguration: largeConfig)

 button.setImage(largeBoldDoc, for: .normal)
Posted by: Guest on December-14-2020

Code answers related to "Swift"

Browse Popular Code Answers by Language