SwiftyImage icon indicating copy to clipboard operation
SwiftyImage copied to clipboard

🎨 Generate image resources in Swift

Results 4 SwiftyImage issues
Sort by recently updated
recently updated
newest added

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