IDCViewFrame 版本 1.1.0

IDCViewFrame 版本 1.1.0

测试已测试
语言语言 Obj-Cobjective-c
许可证 MIT
发布最新发布2016年8月

idechao 维护。



IDCViewFrame 版本 1.1.0

  • idechao

UIView+Frame

仅通过简单的方式编写 UIView 视口。

安装

使用 CocoaPods。

在 Podfile 中

pod 'IDCViewFrame', '~> 1.0.0'

建议将头文件放入 PCH 文件中。

#import <IDCViewFrame/UIView+Frame.h>
属性 关系 类型
x frame.origin.x CGFloat
y frame.origin.y CGFloat
width frame.size.width CGFloat
height frame.size.height CGFloat
size frame.size CGSize
origin frame.origin CGPoint
left left CGFloat
top top CGFloat
right right CGFloat
bottom bottom CGFloat
centerX center.x CGFloat
centerY center.y CGFloat