Commit 6dbdd845 authored by 乔金柱's avatar 乔金柱

Merge branch 'lym/master' into 'master'

Lym/master

See merge request !65
parents 568b3ba0 a9ee35cb
......@@ -94,7 +94,7 @@
*/
- (void)initReferrerTabName {
// 只有是controller的情况下才自动获取
if ([self isKindOfClass:[UIViewController class]]) {
if ([self.referrerTabName isEqualToString:@""] && [self isKindOfClass:[UIViewController class]]) {
// 分present与navigation两种情况
UIViewController *me = (UIViewController *)self;
if (me.presentingViewController != nil) {
......
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