dobiho
dobiho

Reputation: 1035

Align view to bottom in UIStackView

I have two UIImageView and one UITextView. I want to align second image view bottom as below. How to get this?

enter image description here

Upvotes: 1

Views: 4565

Answers (1)

Farhan Arshad
Farhan Arshad

Reputation: 375

There you go...

enter image description here

Structure:

enter image description here

Stackview setup: (Inner Stackview)

enter image description here

(Outer stackview)

enter image description here

Constraints:

enter image description here

Upvotes: 4

Related Questions