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
6fbb7d0d
Commit
6fbb7d0d
authored
Jun 12, 2017
by
乔金柱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove getEmptyText
parent
d6f4876e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
27 deletions
+4
-27
Podfile.lock
Example/Podfile.lock
+2
-2
WMBaseCollectionController.h
GMBase/Classes/WMBaseCollectionController.h
+0
-1
WMBaseCollectionController.m
GMBase/Classes/WMBaseCollectionController.m
+0
-8
WMBaseListViewController.m
GMBase/Classes/WMBaseListViewController.m
+1
-6
WMBaseViewController.h
GMBase/Classes/WMBaseViewController.h
+1
-10
No files found.
Example/Podfile.lock
View file @
6fbb7d0d
...
@@ -15,7 +15,7 @@ PODS:
...
@@ -15,7 +15,7 @@ PODS:
- AFNetworking/UIKit (3.1.0):
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- AFNetworking/NSURLSession
- Base64nl (1.2)
- Base64nl (1.2)
- GMBase (0.1.
1
):
- GMBase (0.1.
2
):
- GMHud
- GMHud
- GMKit
- GMKit
- GMNetService
- GMNetService
...
@@ -89,7 +89,7 @@ EXTERNAL SOURCES:
...
@@ -89,7 +89,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
Base64nl: a497bdcd1c01ea793d36b399016195a8713c0e95
Base64nl: a497bdcd1c01ea793d36b399016195a8713c0e95
GMBase:
e0c19f076e87b17b1bc68a4ee49da79c5ebc86ac
GMBase:
82cc7220ff236b037121074a2d3793e4c780503f
GMCache: 73855b613b9d7e34f4f37ad425e8b8153b760c04
GMCache: 73855b613b9d7e34f4f37ad425e8b8153b760c04
GMFoundation: 395f1083c40aa38e9fb031726991dbc20247e2f9
GMFoundation: 395f1083c40aa38e9fb031726991dbc20247e2f9
GMHud: 67c24abb83777c61e43741d4a803f7b6d8ad4e1e
GMHud: 67c24abb83777c61e43741d4a803f7b6d8ad4e1e
...
...
GMBase/Classes/WMBaseCollectionController.h
View file @
6fbb7d0d
...
@@ -45,5 +45,4 @@
...
@@ -45,5 +45,4 @@
-
(
void
)
hideNavigationBar
;
-
(
void
)
hideNavigationBar
;
-
(
void
)
hideEmptyView
;
-
(
void
)
hideEmptyView
;
-
(
NSString
*
)
getEmptyText
;
@end
@end
GMBase/Classes/WMBaseCollectionController.m
View file @
6fbb7d0d
...
@@ -196,12 +196,4 @@
...
@@ -196,12 +196,4 @@
[
self
loadRemoteData
];
[
self
loadRemoteData
];
}
}
-
(
NSString
*
)
getEmptyText
{
if
(
self
.
viewModel
.
message
.
length
>
0
)
{
return
self
.
viewModel
.
message
;
}
return
@""
;
}
@end
@end
GMBase/Classes/WMBaseListViewController.m
View file @
6fbb7d0d
...
@@ -221,10 +221,5 @@
...
@@ -221,10 +221,5 @@
[
self
loadRemoteData
];
[
self
loadRemoteData
];
}
}
-
(
NSString
*
)
getEmptyText
{
if
(
self
.
viewModel
.
message
.
length
>
0
)
{
return
self
.
viewModel
.
message
;
}
return
@""
;
}
@end
@end
GMBase/Classes/WMBaseViewController.h
View file @
6fbb7d0d
...
@@ -31,15 +31,6 @@
...
@@ -31,15 +31,6 @@
-
(
void
)
showEmptyView
:(
GMEmptyViewType
)
type
;
-
(
void
)
showEmptyView
:(
GMEmptyViewType
)
type
;
-
(
void
)
hideEmptyView
;
-
(
void
)
hideEmptyView
;
/*!
* @author zhaiguojun, 16-06-28
*
* @brief 给子类设置空view的文案
*
* @param text
*
* @since 6.1.0
*/
-
(
NSString
*
)
getEmptyText
;
-
(
void
)
emptyViewDidClickReload
;
-
(
void
)
emptyViewDidClickReload
;
@end
@end
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