summaryrefslogtreecommitdiff
path: root/Juick/Helpers/UIImage+Utils.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-10-15 23:47:11 +0300
committerGravatar Vitaly Takmazov2017-10-15 23:47:11 +0300
commit8ae952ec8df2a713afeaef5960a88888e050c6fc (patch)
treeb7b09deed573336e5d274eed790c30ba57e4a910 /Juick/Helpers/UIImage+Utils.h
parent6499148cb3f62e20534b62c181125ebeacfa3438 (diff)
WIP
Diffstat (limited to 'Juick/Helpers/UIImage+Utils.h')
-rw-r--r--Juick/Helpers/UIImage+Utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Helpers/UIImage+Utils.h b/Juick/Helpers/UIImage+Utils.h
index 8de91bf..d2e8b99 100644
--- a/Juick/Helpers/UIImage+Utils.h
+++ b/Juick/Helpers/UIImage+Utils.h
@@ -16,4 +16,5 @@
+ (UIImage*)imageWithImage:(UIImage *)image fitInsideWidth:(float)width fitInsideHeight:(float)height;
+ (UIImage*)imageWithImage:(UIImage *)image fitOutsideWidth:(float)width fitOutsideHeight:(float)height;
+ (UIImage*)imageWithImage:(UIImage *)image cropToWidth:(float)width cropToHeight:(float)height;
++ (UIImage*)placeholderImageWithColor:(UIColor *)color size:(CGSize)size;
@end