Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
谢兴达 committed Mar 23, 2021
1 parent 89b852d commit 2b3223f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XDPagesView/XDPagesView.m
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ - (UIView *)customHeader:(UIView *)header {
toItem:customHeader
attribute:NSLayoutAttributeTop
multiplier:1
constant:-self.adjustValue];
constant:self.adjustValue];
NSLayoutConstraint *relat_led = [NSLayoutConstraint
constraintWithItem:header
attribute:NSLayoutAttributeLeading
Expand Down

0 comments on commit 2b3223f

Please sign in to comment.