How to log an cgaffaintransform in objective C

 Solution:

You cannot directly log the cgaffaintransform for that you can convert the CGAffaintransform into strin and log into that.


    NSLog(@"state = %@",NSStringFromCGAffineTransform(Object.transform));

 

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift