mirror of https://github.com/SnapKit/SnapKit
Update README.md
This commit is contained in:
parent
ab94bd95e3
commit
fe32791d67
|
@ -153,8 +153,6 @@ make.edges.snp_equalTo(UIEdgeInsetsMake(10, 0, 10, 0))
|
||||||
make.left.snp_equalTo(view).offset(UIEdgeInsetsMake(10, 0, 10, 0))
|
make.left.snp_equalTo(view).offset(UIEdgeInsetsMake(10, 0, 10, 0))
|
||||||
```
|
```
|
||||||
|
|
||||||
````
|
|
||||||
|
|
||||||
## Learn to prioritize
|
## Learn to prioritize
|
||||||
|
|
||||||
> `.prority` allows you to specify an exact priority
|
> `.prority` allows you to specify an exact priority
|
||||||
|
|
Loading…
Reference in New Issue