不疯不成魔

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年9月17日

摘要: #import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (void)viewDidLoad { [super viewDidLoad]; ... 阅读全文
posted @ 2015-09-17 22:36 不疯不成魔 阅读(210) 评论(0) 推荐(0) 编辑

摘要: 用了三个第三方- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[[UIWindow all... 阅读全文
posted @ 2015-09-17 20:01 不疯不成魔 阅读(191) 评论(0) 推荐(0) 编辑

摘要: #import "AppDelegate.h"@interface AppDelegate (){ NSInteger _totalTickests;}@property (nonatomic, retain) NSLock *lock;@end@implementation AppDeleg... 阅读全文
posted @ 2015-09-17 19:32 不疯不成魔 阅读(293) 评论(0) 推荐(0) 编辑

摘要: #import "OneViewController.h"@interface OneViewController ()@end@implementation OneViewController- (void)viewDidLoad { [super viewDidLoad]; // D... 阅读全文
posted @ 2015-09-17 19:27 不疯不成魔 阅读(281) 评论(0) 推荐(0) 编辑

摘要: #import "ViewController.h"#import "UITextField+Shake.h"@interface ViewController ()@property (retain, nonatomic) IBOutlet UIImageView *balloonImage;@p... 阅读全文
posted @ 2015-09-17 19:17 不疯不成魔 阅读(213) 评论(0) 推荐(0) 编辑