//一个控件的底部与另一个控件的顶部相等(间距为0),
[view1 autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView: topView] ;
距离父控件的其他间距都为0,
[view1 autoPinEdgesToSuperviewEdgsWithInsets: UIEdgesInsetsZero];
//一个控件的底部与另一个控件的顶部相等(间距为0),
[view1 autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView: topView] ;
距离父控件的其他间距都为0,
[view1 autoPinEdgesToSuperviewEdgsWithInsets: UIEdgesInsetsZero];