public marks

PUBLIC MARKS with tag accelerometer

January 2010

Medallia Blog: Fun with the iPhone accelerometer

by kruty (via)
In your main application code files (myApp.h and myApp.m), just override the acceleratedInX method, like this: myApp.h: @interface myApp : UIApplication { } - (void)acceleratedInX:(float)xTilt Y:(float)yTilt Z:(float)zTilt; myApp.m: #import "myApp.h" @implementation myApp - (void)acceleratedInX:(float)xTilt Y:(float)yTilt Z:(float)zTilt { // do something with the tilt values, like write them to a textView //[_textView setText:[NSString stringWithFormat:@"%f,%f,%f",xTilt,yTilt,zTilt]]; } @end Obviously I cut out all of the code to setup the textview and window and stuff. I'm going to post my code for the simple moving ball app over at macrumors. This was my first ever Cocoa application (I'm a C# developer) so I was kind of weary about releasing it, especially because the collision detection never worked right.

January 2009

September 2008

PUBLIC TAGS related to tag accelerometer

app +   apple +   ball +   code +   fit +   health +   iphone +   navigation +   report +   stat +   tech +   test +  

Active users

kruty
last mark : 26/04/2010 11:01

Krome
last mark : 27/01/2009 16:40

4004
last mark : 29/09/2008 21:57