Reputation: 241
I have a question while developing iOS application using Xcode11.4.
This is my first time to developing iOS, sorry for my stupidity.
Storyboard development is too hard to me.
This is what I wanna make.
The way I did is make a stackview and put two textviews in stackview.
And it's not problem so far.
There is vertical margin between textviews, so I tried to set them to zero using View inspector.
But it is not working, and Xcode displaying constraint error.
Is there any better way to set margin to zero between vertical TextViews?
Thanks.
Upvotes: 1
Views: 134
Reputation: 1060
Select your stack view > now select attribute inspector which is showing with blue icon in this image
now edit spacing as you want
Upvotes: 1