ios - AutoLayout VisualFormatLanguage

Visual Format Language short cut in VFL

a. NSLayoutConstraint.constraintsWithVisualFormat("formatString", options:[NSLayoutFormatOptions], metrics:[String: NSNumber], views:[String: Anyobject]), this is the method we use in VFL, Let dive into the method.

b.the formatString: in this string we use characters like below:

|:stands for superview

-:standard value

V:vertical direction

H: horizontal direction

<= or >=: specify the value relationship

@:specify the priority

and the entire string is like:

"V:|-[componentToLayout(height@priority)]-15-|" this is for vertical direction

"H:|-20-[componentToLayout(width@priority)]-|"this is for horizontal direction

 

c.the NSLayoutFormatOptions is about to align the different components together, but remember when you in the Vertical direction you can only align the X axis alignment and when you in the Horizontal direction you can only align the Y axis alignment, final the alignment will be used to all components appear in the format string.

d.metrics: this is just a dictionary that used to declare the string used in the format string which stands for some NSNumber value, and we could use NSNumber value directly or constant even computed variable as the value referenced by the string key.

e.views: this is a dictionary that used to declare all the components used in format string like [component], is a type of [String: Anyobject], we use the key string to stands for the component related to the dictionary in the format string.

 

Sorry guys i'm using a chinese blog website, so i have no idea if there is a blog i can use in english, please leave any comments below and the related chinese word is "评论",thank you so much for your reading, and if you have any suggestions please leave it below.

 

转载于:https://www.cnblogs.com/geekbang/p/5006814.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值