上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 77 下一页
摘要: http://www.cocoachina.com/ios/20150127/11022.html 阅读全文
posted @ 2015-12-31 15:53 小毛驴 阅读(107) 评论(0) 推荐(0) 编辑
摘要: CoreGraphics.hCGAffineTransform rotation = CGAffineTransformMakeRotation(M_PI_2);[xxx setTransform:rotation];呵呵就这么简单的两行代码就可以实现了!顺便记录一些常量,以后用的着!#define... 阅读全文
posted @ 2015-12-31 14:26 小毛驴 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 首先创建界面,在viewDidLoad创建view以及button相关代码如下-(void)viewDidLoad{ [super viewDidLoad]; viewDemo = [[UIView alloc] initWithFrame:CGRectMake(0, 50, 320, 50)]... 阅读全文
posted @ 2015-12-31 09:54 小毛驴 阅读(915) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-12-29 15:39 小毛驴 阅读(1) 评论(0) 推荐(0) 编辑
摘要: // Predefined character attributes for text. If the key is not in the dictionary, then use the default values as described below.UIKIT_EXTERN NSString... 阅读全文
posted @ 2015-12-29 10:17 小毛驴 阅读(633) 评论(0) 推荐(0) 编辑
摘要: dispatch_queue_t defaultQueue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); dispatch_async(defaultQueue, ^{ [[NSNotific... 阅读全文
posted @ 2015-12-28 22:21 小毛驴 阅读(151) 评论(0) 推荐(0) 编辑
摘要: ios项目中引用其他开源项目,今天再次复习了,记个备注。1. 将开源项目的.xcodeproj拖入项目frameworks2. Build Phases下 Links Binary With Libraries 引入.a文件。Target Dependencies里引入开源项目文件3. Build ... 阅读全文
posted @ 2015-12-27 17:46 小毛驴 阅读(304) 评论(0) 推荐(0) 编辑
摘要: IOS问题解决。现在进行老项目的编译,发现不能编译。经过各种盲目查询,找个几个方案。1.builde setting修改编译方式。2.Builde Phases(修改)。 2.1.库。 2.1.1 检查库是否引用。 2.2.2 检查库的版本。 2.2 Complies 编译文件。 ... 阅读全文
posted @ 2015-12-24 14:07 小毛驴 阅读(139) 评论(0) 推荐(0) 编辑
摘要: NSError *error;if (![context save:&error]) { // Handle the error.} 阅读全文
posted @ 2015-12-21 10:06 小毛驴 阅读(114) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-12-01 09:58 小毛驴 阅读(0) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 77 下一页