文件名称:UIView-Constraint:更容易操作 UIView 的 NSLayoutConstraint
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-14 07:26:53
Objective-C
UIView+约束 例子 定心 UIView *v1 = [[UIView alloc ] initWithFrame: CGRectZero ]; v1.backgroundColor = [UIColor blueColor ]; [ self .view addSubview: v1]; [v1 addConstraintWidth: 100.0 height: 100.0 ]; [v1 addConstraintCenteringXY ]; 像工具栏一样定位到底部 UIView *v1 = [[UIView alloc ] initWithFrame: CGRectZero ]; v1.backgroundColor = [UIColor blueColor ]; [ self .view addSubvie
【文件预览】:
UIView-Constraint-master
----UIView+Constraint.m(11KB)
----LICENSE(1KB)
----UIView+Constraint.h(2KB)
----README.md(3KB)