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
1d7f240b
Commit
1d7f240b
authored
Apr 18, 2017
by
licong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案一行显示
parent
be404599
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OCEmptyView.m
GMBase/Classes/OCEmptyView.m
+2
-2
No files found.
GMBase/Classes/OCEmptyView.m
View file @
1d7f240b
...
...
@@ -92,7 +92,7 @@
[
self
addSubview
:
_tipButton
];
_tipLabel
.
numberOfLines
=
2
;
_tipLabel
.
preferredMaxLayoutWidth
=
16
0
;
_tipLabel
.
preferredMaxLayoutWidth
=
30
0
;
_tipLabel
.
textColor
=
[
UIColor
colorWithhex
:
0x666666
];
_tipLabel
.
font
=
[
UIFont
navigationFontWithSize
:
15
];
_tipLabel
.
textAlignment
=
NSTextAlignmentCenter
;
...
...
@@ -147,7 +147,7 @@
// make.size.mas_equalTo(CGSizeMake(175, 198));
}];
[
_tipLabel
mas_remakeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
bottom
.
equalTo
(
_tipIcon
.
mas_bottom
).
offset
(
-
1
8
);
make
.
bottom
.
equalTo
(
_tipIcon
.
mas_bottom
).
offset
(
-
1
5
);
make
.
centerX
.
mas_equalTo
(
self
);
}];
[
_tipButton
mas_remakeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
...
...
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