Answers for "swift stackview content inset"

1

swift stackview content inset

stackView.layoutMargins = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20)
stackView.isLayoutMarginsRelativeArrangement = true
Posted by: Guest on April-07-2022

Code answers related to "Swift"

Browse Popular Code Answers by Language