Simply display the values of UIInterpolatingMotionEffect?
问题 Here's a puzzle, imagine a typical UIInterpolatingMotionEffect ,,, UIInterpolatingMotionEffect *horizontalMotionEffect = [[UIInterpolatingMotionEffect alloc] initWithKeyPath:@" .. some property .." type:UIInterpolatingMotionEffectTypeTiltAlongHorizontalAxis]; horizontalMotionEffect.minimumRelativeValue = @(-50); horizontalMotionEffect.maximumRelativeValue = @(50); [someView addMotionEffect:horizontalMotionEffect]; Normally, you have to put in a property in line 3 there -- say, the center.x