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 = %@",NSStringFromCGAffineTransf
Solution:
You cannot directly log the cgaffaintransform for that you can convert the CGAffaintransform into strin and log into that.
NSLog(@"state = %@",NSStringFromCGAffineTransf
Comments
Post a Comment