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
f6234654
Commit
f6234654
authored
Dec 19, 2019
by
乔金柱
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liulujie/master' into 'master'
基类初始化referrer_link See merge request
!19
parents
6cd7223a
70ed94c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Podfile.lock
Example/Podfile.lock
+2
-2
WMBaseViewController.m
GMBase/Classes/WMBaseViewController.m
+1
-0
No files found.
Example/Podfile.lock
View file @
f6234654
...
...
@@ -14,7 +14,7 @@ PODS:
- AFNetworking/Serialization (3.1.0)
- AFNetworking/UIKit (3.1.0):
- AFNetworking/NSURLSession
- GMBase (1.
0.8
):
- GMBase (1.
1.3
):
- GMHud
- GMJSONModel
- GMKit
...
...
@@ -104,7 +104,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
GMBase:
ad83ba98fe54c94ce29a0392c28a64cdf7be2e9c
GMBase:
ff1e574f4655b0e6bc7bb16f3e45e186d1f85537
GMCache: b78d8e46db864405e91d226ce640cc80d966c611
GMHud: 45aa755b72a65f89d810430336803086359c0fb1
GMJSONModel: 5e81a98de668e9f93cf6ff77869f77b0d1a806be
...
...
GMBase/Classes/WMBaseViewController.m
View file @
f6234654
...
...
@@ -61,6 +61,7 @@
[
self
hideLeftButtonForRootController
];
//保证一些网络请求需要接参数referer的时候referer是有值的
[
self
initReferer
];
[
self
initRefererLink
];
[
self
initReferrerTabName
];
[
self
setupEmptyView
];
}
...
...
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