MangeshVyas
MangeshVyas
EXC
``` + (NSString *)stringWithBase64EncodedString:(NSString *)string { NSData *data = [NSData dataWithBase64EncodedString:string]; if (data) { return [[self alloc] initWithData:data encoding:NSUTF8StringEncoding]; } return nil; } ``` ![screen shot 2014-02-07 at 3 36...
Thanks for great help. This work good with iPad Image gallery but with Camera it Rotate the images. Second with Image preview is there any way to disable or a...
Great Help, But if I change Height 40 -> 20 then Swipe gesture not work properly.
Thanks for This. When I change this to anti clockwise, it is not working as expected.
Thanks Nicolas, This is what I am looking for, But I am unable to run this. I am getting Shell Scriptinvocation Erro. It print all the details like ``` setenv...
Thanks for this library. I am newbie in core graphics. I am using this control , I am able to set colour but this appearing blur on the knot. This...
Objective C Support and Demo App for objective C.