UIViewAutoresizingNone就是不自動調整诲祸。
UIViewAutoresizingFlexibleLeftMargin 自動調整與superView左邊的距離蓉媳,保證與superView右邊的距離不變街夭。
UIViewAutoresizingFlexibleRightMargin 自動調整與superView的右邊距離自沧,保證與superView左邊的距離不變嫉拐。
UIViewAutoresizingFlexibleTopMargin 自動調整與superView頂部的距離趟薄,保證與superView底部的距離不變恶阴。
UIViewAutoresizingFlexibleBottomMargin 自動調整與superView底部的距離窖张,也就是說幕随,與superView頂部的距離不變。
UIViewAutoresizingFlexibleWidth 自動調整自己的寬度宿接,保證與superView左邊和右邊的距離不變赘淮。
UIViewAutoresizingFlexibleHeight 自動調整自己的高度,保證與superView頂部和底部的距離不變睦霎。