public interface UIAccelerometerDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
didAccelerate(UIAccelerometer accelerometer,
UIAcceleration acceleration)
Deprecated.
|
@Deprecated void didAccelerate(UIAccelerometer accelerometer, UIAcceleration acceleration)
accelerometer - The accelerometer that corresponds to this delegate.acceleration - The current acceleration data.Copyright © 2020. All rights reserved.