UIInterpolatingMotionEffect -(NSDictionary *)keyPathsAndRelativeValuesForViewerOffset:(UIOffset)viewerOffset, viewerOffset, , , - , min max.
UILogInterpolatingMotionEffect.h
@interface UILogInterpolatingMotionEffect : UIInterpolatingMotionEffect
@end
UILogInterpolatingMotionEffect.m
@implementation UILogInterpolatingMotionEffect
-(NSDictionary *)keyPathsAndRelativeValuesForViewerOffset:(UIOffset)viewerOffset
{
NSDictionary *superDictionary = [super keyPathsAndRelativeValuesForViewerOffset:viewerOffset)];
NSLog(@"%@, %@", NSStringFromUIOffset(viewerOffset), superDictionary);
return superDictionary;
}
@end
PS: viewerOffset, UIMotionEffect. . UIMotionEffect.