SwiftyImage
SwiftyImage copied to clipboard
🎨 Generate image resources in Swift
Fix crash > It will crash when width or height equal zero ```swift let bgImg = UIImage.size(width: 1, height: 0).color(.red).image ``` ```swift let bgImg = UIImage.size(width: 0, height: 1).color(.red).image ```
The README shows how to overlay images (let newImage = image1 + image2). This shows how it would paste an image directly onto another image but how would I adjust...
Hello, could you please help me. I get the following error: let image1 = UIImage(named: "home")?.si(width: 106, height: 106) Best regards Frank
"SwiftyImage" has no shared framework schemes