0
点赞
收藏
分享

微信扫一扫

UIViewAnimationCurve 转换为 UIViewAnimationOptions

Go_Viola 2023-05-23 阅读 57


static inline UIViewAnimationOptions animationOptionsWithCurve(UIViewAnimationCurve curve)
{
    UIViewAnimationOptions opt = (UIViewAnimationOptions)curve;
    return opt << 16;
}



http://stackoverflow.com/questions/26939105/keyboard-animation-curve-as-int


举报

相关推荐

0 条评论