Commit 31450951 authored by 周亮's avatar 周亮

暂提

parent e7ca369f
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
// 在 initController 中初始化自定义导航栏有很大好处。至少可以保证视图被push之前就可以访问navigationBar,以配置title等属性 // 在 initController 中初始化自定义导航栏有很大好处。至少可以保证视图被push之前就可以访问navigationBar,以配置title等属性
[self customNavigationBar]; [self customNavigationBar];
self.isFirst = 1;
} }
- (void)dealloc{ - (void)dealloc{
...@@ -66,6 +65,7 @@ ...@@ -66,6 +65,7 @@
[self initRefererLink]; [self initRefererLink];
[self initReferrerTabName]; [self initReferrerTabName];
[self setupEmptyView]; [self setupEmptyView];
self.isFirst = 1;
} }
- (void)setupEmptyView { - (void)setupEmptyView {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment