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

store cgpoint in userdefaults iOS swift