Skip to content

增加一些注释 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Coding_iOS/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ SPEC CHECKSUMS:
POP+MCAnimate: a99e209148c602512de487f1160a44bf78572024
PPiAwesomeButton: 16f7279582fd36f65186b24b83ef876217363eb5
RBBAnimation: 4b2d66f6d993febce63cd564da934985313b9c59
ReactiveCocoa: 334468a83b2c5f669f7cfb9a084415ee23219b4f
ReactiveCocoa: 3fe9b233ca6db810e86681b5749488564c1179a1
RegexKitLite-NoWarning: 365d208f8187997e33d9de8baeddfc00728596d8
SDCAlertView: f9706c18f456ea87909f8f199704cd28e582ff27
SDCAutoLayout: e6885bb39ab8e2ec2ff84d158f38035f025f7420
Expand All @@ -128,4 +128,4 @@ SPEC CHECKSUMS:
UMengAnalytics: 092c24aef47b6ac3c76ad51543f91156a8d7b645
UMengSocial: 85882abe5b20aa38ad558ece71360e16b5d50909

COCOAPODS: 0.39.0
COCOAPODS: 0.38.2