UI / UILayoutPacket
UILayoutPacket Enumeration
Auto layout Layout Rules - Arrangement Rules
Table of contents
Enumeration Members
CenterBottom = 8 |
---|
CenterCenter = 7 |
CenterTop = 6 |
LeftBottom = 2 |
LeftCenter = 1 |
LeftTop = 0 |
RightBottom = 5 |
RightCenter = 4 |
RightTop = 3 |
Enumeration Members
CenterBottom
• CenterBottom = 8
Align downwards and downwards
CenterCenter
• CenterCenter = 7
Center align
CenterTop
• CenterTop = 6
Mid to upper alignment
LeftBottom
• LeftBottom = 2
Bottom left alignment
LeftCenter
• LeftCenter = 1
Left Center align
LeftTop
• LeftTop = 0
Top Left align
RightBottom
• RightBottom = 5
Align to the bottom right
RightCenter
• RightCenter = 4
Right Center align
RightTop
• RightTop = 3
Right top alignment