iphone - how To detect that cgaffinetransformrotate method is rotating the clockwise or anticlockwise? -


i need figure out thorough cgaffinetransformrrotate rotating view towards clockwise or anticlockwise.

how possible?

yourview.transform = cgaffinetransformmakerotation( positive value ); 
rotate view clockwise, ,
yourview.transform = cgaffinetransformmakerotation( negative value ); 
rotate view anti clockwise,


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -