摘要:
//// SlideViewController.h// qqcehua//// Created by 张秀清 on 15/5/25.// Copyright (c) 2015年 张秀清. All rights reserved.//#import @interface SlideViewC... 阅读全文
摘要:
//// AccountTool.h//// Created by Joe Zhang on 15/5/23.// Copyright (c) 2015年 张秀清. All rights reserved.//#import #import "Account.h"@interface Acco... 阅读全文
摘要:
//// NavController.m//// Created by Joe Zhang on 15/5/23.// Copyright (c) 2015年 张秀清. All rights reserved.//#import "NavController.h"#import "UIBarB... 阅读全文
摘要:
// 加速计-传统用法//// Created by 严焕培 on 15-05-19.// Copyright (c) 2015年 sibu. All rights reserved.//#import "MainViewController.h"#import @interface MainVie... 阅读全文
摘要:
简单实现Tabbar的隐藏显示动画Hide Tabbar Controller with Animation- (void)setTabBarVisible:(BOOL)visible animated:(BOOL)animated { // bail if the current state... 阅读全文