Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMBase
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMBase
Commits
b88bb82b
Commit
b88bb82b
authored
Sep 13, 2018
by
jinzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新越苏
parent
78957ca0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
OCNavigationBar.m
GMBase/Classes/OCNavigationBar.m
+3
-3
No files found.
GMBase/Classes/OCNavigationBar.m
View file @
b88bb82b
...
...
@@ -77,15 +77,15 @@
make
.
height
.
mas_equalTo
(
44
);
}];
[
_leftButton
mas_remakeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
left
.
mas_equalTo
(
20
);
make
.
left
.
mas_equalTo
(
_buttonMargin
);
make
.
centerY
.
mas_equalTo
(
0
);
}];
[
_rightButton
mas_remakeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
right
.
mas_equalTo
(
-
20
);
make
.
right
.
mas_equalTo
(
-
_buttonMargin
);
make
.
centerY
.
mas_equalTo
(
0
);
}];
[
_nearRightButton
mas_remakeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
right
.
equalTo
(
_rightButton
.
mas_left
).
offset
(
-
20
);
make
.
right
.
equalTo
(
_rightButton
.
mas_left
).
offset
(
-
_buttonMargin
);
make
.
centerY
.
mas_equalTo
(
0
);
}];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment