/XLGooeyGesture

粘性未读消息

Primary LanguageObjective-C

XLGooeyGesture

XLGooeyGesture继承于UIGestureRecognizer,使用时只需要将手势添加给需要显示粘性动画的view即可

效果

image

代码

    UIView *view = [[UIView alloc] init];
    
    XLGooeyGesture *gesture = [[XLGooeyGesture alloc] init];
    [view addGestureRecognizer:gesture];

原理

参考我的文章