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
375e421c
Commit
375e421c
authored
Apr 17, 2017
by
licong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
emptyView更换文案
parent
f67c2917
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 @
375e421c
...
...
@@ -113,13 +113,13 @@
case
OCEmptyViewTypeEmpty
:{
_tipButton
.
hidden
=
YES
;
_tipIcon
.
image
=
[
UIImage
imageNamed
:
@"empty"
];
_tipLabel
.
text
=
@"
哦买噶~空空如也
"
;
_tipLabel
.
text
=
@"
此处太寂寥,社区等你撩
"
;
break
;
}
case
OCEmptyViewTypeException
:{
_tipButton
.
hidden
=
NO
;
_tipIcon
.
image
=
[
UIImage
imageNamed
:
@"network_failed"
];
_tipLabel
.
text
=
@"
哎呀!出错了!
"
;
_tipLabel
.
text
=
@"
原谅我一看到美人就不淡定
"
;
}
default
:
break
;
...
...
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