-(void)accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration *)acceleration
{
float xx = -[acceleration x];
float yy = [acceleration y];
float angle = atan2(yy, xx);
[arrowView setTransform:CGAffineTransformMakeRotation(angle)];
}
-(void) ViewDidLoad
{
[[UIAccelerometer sharedAccelerometer] setDelegate:self];
}
Monday, August 31, 2009
Wednesday, August 26, 2009
Application Developed
I have developed almost all type of application.
- 3D Camera
- FoodMenus
- Tic Tac Toe Advance
- Motion PHR
- iSoft Twitter
- iAptitude
- WhereToGolf
- And much more...
Subscribe to:
Posts (Atom)