首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏mukekeheart的iOS之旅

    iOS学习——@class和#import的区别

    文件中就有如下这样的代码: @class UIBezierPath, UIEvent, UIWindow, UIViewController, UIColor, UIGestureRecognizer, UIMotionEffect

    1.1K110发布于 2018-03-26
  • 来自专栏mukekeheart的iOS之旅

    iOS学习——UIView的研究

    end 142 143 @class UIBezierPath, UIEvent, UIWindow, UIViewController, UIColor, UIGestureRecognizer, UIMotionEffect interface UIView (UIViewMotionEffects) 447 448 /** 添加运动效果,当倾斜设备时视图稍微改变其位置 */ 449 - (void)addMotionEffect:(UIMotionEffect *)effect NS_AVAILABLE_IOS(7_0); 450 451 /** 移除运动效果 */ 452 - (void)removeMotionEffect:(UIMotionEffect effect NS_AVAILABLE_IOS(7_0); 453 454 /** 所有添加的运动效果 */ 455 @property (copy, nonatomic) NSArray<__kindof UIMotionEffect

    3.6K80发布于 2018-03-26
领券