devxoul/SwiftyImage

Question to UIImage -> size

FrankDoersam opened this issue · 3 comments

Hello,

could you please help me.
I get the following error:
let image1 = UIImage(named: "home")?.si(width: 106, height: 106)

bildschirmfoto 2018-02-21 um 19 04 02

Best regards
Frank

What did you expect?

@FrankDoersam Did you expect to draw something on existed image?

Frank,

Make certain to place the following import statement in your file:

import SwiftyImage