Deloww
Results
12
comments of
Deloww
> ### New Issue Checklist > > > > 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 > > > >...
[https://github.com/SnapKit/SnapKit/issues/752#issue-1209122751]() > override func viewDidAppear () { super.viewDidAppear () self.view.translatesAutoresizingMaskIntoConstraints = false self.view.snp.makeConstraints {make in make.top.equalToSuperview (). offset (-100) make.leading.equalToSuperview (). offset (22) make.trailing.equalToSuperview (). offset (-26) make.height.equalTo (128) }...