From ee97b452b52c338476d7e92cc7ad8f9bb167c7f3 Mon Sep 17 00:00:00 2001 From: humor Date: Wed, 24 Feb 2016 10:39:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=BA=9B=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 理清思路 --- Coding_iOS/AppDelegate.m | 4 ++-- Podfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Coding_iOS/AppDelegate.m b/Coding_iOS/AppDelegate.m index e72ac1f7e..d2c88f1d2 100644 --- a/Coding_iOS/AppDelegate.m +++ b/Coding_iOS/AppDelegate.m @@ -93,9 +93,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( //UIWebView 的 User-Agent [self registerUserAgent]; - if ([Login isLogin]) { + if ([Login isLogin]) {//登录的状态下 [self setupTabViewController]; - }else{ + }else{//非登录状态下 [UIApplication sharedApplication].applicationIconBadgeNumber = 0; [self setupIntroductionViewController]; } diff --git a/Podfile.lock b/Podfile.lock index 35fda3600..c8f0fa8d0 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -116,7 +116,7 @@ SPEC CHECKSUMS: POP+MCAnimate: a99e209148c602512de487f1160a44bf78572024 PPiAwesomeButton: 16f7279582fd36f65186b24b83ef876217363eb5 RBBAnimation: 4b2d66f6d993febce63cd564da934985313b9c59 - ReactiveCocoa: 334468a83b2c5f669f7cfb9a084415ee23219b4f + ReactiveCocoa: 3fe9b233ca6db810e86681b5749488564c1179a1 RegexKitLite-NoWarning: 365d208f8187997e33d9de8baeddfc00728596d8 SDCAlertView: f9706c18f456ea87909f8f199704cd28e582ff27 SDCAutoLayout: e6885bb39ab8e2ec2ff84d158f38035f025f7420 @@ -128,4 +128,4 @@ SPEC CHECKSUMS: UMengAnalytics: 092c24aef47b6ac3c76ad51543f91156a8d7b645 UMengSocial: 85882abe5b20aa38ad558ece71360e16b5d50909 -COCOAPODS: 0.39.0 +COCOAPODS: 0.38.2