В
Size: a a a
В
ВК
В
В
ВК
В
В
В
В
ВК
[self.copyrightLabel pinOnSuperview:self.collectionView.backgroundView closure:^NSArray<NSLayoutConstraint *> *(UIView *view, UIView *superview) {
float bottomPadding = [TRUIKit scrollViewTabBarInset] + 8.0f;
return @[
[view.centerXAnchor constraintEqualToAnchor:superview.centerXAnchor],
[view.bottomAnchor constraintEqualToAnchor:superview.bottomAnchor constant:-bottomPadding],
];
}];
В
KS
ВК
[self.copyrightLabel pinOnSuperview:self.collectionView.backgroundView closure:^NSArray<NSLayoutConstraint *> *(UIView *view, UIView *superview) {
float bottomPadding = [TRUIKit scrollViewTabBarInset] + 8.0f;
return @[
[view.centerXAnchor constraintEqualToAnchor:superview.centerXAnchor],
[view.bottomAnchor constraintEqualToAnchor:superview.bottomAnchor constant:-bottomPadding],
];
}];
M
[self.copyrightLabel pinOnSuperview:self.collectionView.backgroundView closure:^NSArray<NSLayoutConstraint *> *(UIView *view, UIView *superview) {
float bottomPadding = [TRUIKit scrollViewTabBarInset] + 8.0f;
return @[
[view.centerXAnchor constraintEqualToAnchor:superview.centerXAnchor],
[view.bottomAnchor constraintEqualToAnchor:superview.bottomAnchor constant:-bottomPadding],
];
}];
IG
M
ВК
ВК
ВК
ВК