Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Put margin between elements in IOS stack view

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?

like image 585
Shanto George Avatar asked Apr 28 '26 07:04

Shanto George


1 Answers

Select the stackView and set spacing. enter image description here

like image 120
William Hu Avatar answered Apr 30 '26 21:04

William Hu