摘要: (1)使用CoreData的时候要先导入CoreData.framework框架(2)新建Data Model文件,如Person(3)在建完Data Model文件后,新建和Data Model相关联的NSManagedObject subclass文件//// ViewController.m/... 阅读全文
posted @ 2014-10-12 13:37 笑看风雨 阅读(192) 评论(0) 推荐(0) 编辑
摘要: //// MJViewController.m// 02-CALayer02-新建图层//// Created by apple on 14-4-21.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewContro... 阅读全文
posted @ 2014-09-16 21:22 笑看风雨 阅读(180) 评论(0) 推荐(0) 编辑
摘要: //// MJViewController.m// 10-拖拽(Pan)//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewController.h"... 阅读全文
posted @ 2014-09-16 11:57 笑看风雨 阅读(395) 评论(0) 推荐(0) 编辑
摘要: //// MJViewController.m// 08-长按+轻扫//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewController.h"@i... 阅读全文
posted @ 2014-09-16 11:56 笑看风雨 阅读(184) 评论(0) 推荐(0) 编辑
摘要: //// MJViewController.m// 07-敲击(Tap)//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewController.h"... 阅读全文
posted @ 2014-09-16 11:55 笑看风雨 阅读(190) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// zwj-手势识别-缩放和旋转//// Created by zwj on 14-9-16.// Copyright (c) 2014年 zwj. All rights reserved.//#import "ViewController.h"@inte... 阅读全文
posted @ 2014-09-16 11:53 笑看风雨 阅读(253) 评论(0) 推荐(0) 编辑
摘要: //// MJLockView.m// 03-手势解锁//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJLockView.h"@implementation... 阅读全文
posted @ 2014-09-11 21:55 笑看风雨 阅读(2418) 评论(0) 推荐(0) 编辑
摘要: //// MJPaintView.m// 01-涂鸦//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJPaintView.h"@interface MJPa... 阅读全文
posted @ 2014-09-11 21:43 笑看风雨 阅读(181) 评论(0) 推荐(0) 编辑
摘要: //// WJView.m// zwj涂鸦//// Created by zwj on 14-9-9.// Copyright (c) 2014年 zwj. All rights reserved.//#import "WJView.h"@interface WJView()@property(no... 阅读全文
posted @ 2014-09-11 19:41 笑看风雨 阅读(410) 评论(0) 推荐(0) 编辑
摘要: // 自定义的tabbarMJTabBar *myTabBar = [[MJTabBar alloc] init]; 阅读全文
posted @ 2014-08-30 15:28 笑看风雨 阅读(290) 评论(0) 推荐(0) 编辑