Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Updated Constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Jan 18, 2019
1 parent c701b16 commit 05de601
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,7 @@ public class STLocationRequestController: UIViewController {
// LocationSymbolLabel Constraints
NSLayoutConstraint.activate(on: self.locationSymbolLabel, [
self.locationSymbolLabel.topAnchor.constraint(equalTo: self.titleLabel.bottomAnchor, constant: 10),
self.locationSymbolLabel.leadingAnchor.constraint(equalTo: self.anchor.leadingAnchor),
self.locationSymbolLabel.trailingAnchor.constraint(equalTo: self.anchor.trailingAnchor),
self.locationSymbolLabel.centerXAnchor.constraint(equalTo: self.anchor.centerXAnchor),
self.locationSymbolLabel.centerXAnchor.constraint(equalTo: self.anchor.centerXAnchor, constant: -5),
self.locationSymbolLabel.centerYAnchor.constraint(equalTo: self.anchor.centerYAnchor),
self.locationSymbolLabel.bottomAnchor.constraint(equalTo: self.allowButton.topAnchor, constant: -10)
])
Expand Down

0 comments on commit 05de601

Please sign in to comment.