Reputation: 994
I want a login screen that contain user name and password text field and a button. I add all this fields in a stack view and the margin between the components gone.How can I put margin between elements in IOS stack view?
Upvotes: 3
Views: 1108
Reputation: 9356
UIStackView has a property called Spacing. you can set this property value as per your spacing need.
Upvotes: 2