Answers for "how to add sf symbols to xcode"

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