show/hide this revision's text 2 Removed unneeded tags. Accelerometer will do just fine.
show/hide this revision's text 1

How can I differentiate a Shake vs a Tilt on the iPhone

I have a page UIScrollView that will scroll 1 page left or right depending on the tilt of the phone.

I would also like to implement "Shake for a random page", but cannot figure out how to do the logic for differentiating a shake motion and a x-axis tilt.

Can these two motions be used in conjunction with one another? I don't need anything complicated like shaking while tilting, I just want both to work independently of one another.