Monday, August 31, 2009

Catching Acceleration Events

-(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];
}

Good Sites

www.developer.apple.com

Wednesday, August 26, 2009

Application Developed

I have developed almost all type of application.
  1. 3D Camera
  2. FoodMenus
  3. Tic Tac Toe Advance
  4. Motion PHR
  5. iSoft Twitter
  6. iAptitude
  7. WhereToGolf
  8. And much more...