filmov
tv
How-To : Using UIStackView in iOS 9 App Development

Показать описание
This video provides a demo example on using UIStackView while developing iOS 9 based application.
In this video we will see how to add a vertical StackView and set constraint in that. After that we will add two UIImageView in UIStackView but we can see only topmost because by default UIStackView's distribution property 'Fill' is set we have to change it to 'Fill Equally' and now we can see two different UIImageView.
We can also set space between two elements by spacing property of UIStackView.
We can also change the axis of UIStackView (horizontal or vertical) and space between the controls and size of the controls is automatically set.
UIStackView can also be nested. We can add StackView inside other StackView as we can see in this video. We can also check how it looks in (compact, regular) size class.
Note : There is no audio available in this video, as we think it is self-explanatory and any iOS app developer can easily understand it.
For more details on this topic, kindly visit,
In this video we will see how to add a vertical StackView and set constraint in that. After that we will add two UIImageView in UIStackView but we can see only topmost because by default UIStackView's distribution property 'Fill' is set we have to change it to 'Fill Equally' and now we can see two different UIImageView.
We can also set space between two elements by spacing property of UIStackView.
We can also change the axis of UIStackView (horizontal or vertical) and space between the controls and size of the controls is automatically set.
UIStackView can also be nested. We can add StackView inside other StackView as we can see in this video. We can also check how it looks in (compact, regular) size class.
Note : There is no audio available in this video, as we think it is self-explanatory and any iOS app developer can easily understand it.
For more details on this topic, kindly visit,