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

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift