mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-23 23:46:56 +01:00
chore: add spacing for title and button. resolve #225
This commit is contained in:
parent
a95bd7c732
commit
6ee38d7d11
@ -64,18 +64,15 @@ extension SearchRecommendCollectionHeader {
|
||||
])
|
||||
|
||||
let horizontalStackView = UIStackView()
|
||||
horizontalStackView.spacing = 8
|
||||
horizontalStackView.axis = .horizontal
|
||||
horizontalStackView.alignment = .center
|
||||
horizontalStackView.translatesAutoresizingMaskIntoConstraints = false
|
||||
horizontalStackView.distribution = .fill
|
||||
titleLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||
titleLabel.setContentHuggingPriority(.defaultLow - 1, for: .horizontal)
|
||||
horizontalStackView.addArrangedSubview(titleLabel)
|
||||
seeAllButton.translatesAutoresizingMaskIntoConstraints = false
|
||||
horizontalStackView.addArrangedSubview(seeAllButton)
|
||||
|
||||
containerStackView.addArrangedSubview(horizontalStackView)
|
||||
descriptionLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||
containerStackView.addArrangedSubview(descriptionLabel)
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user