摘要: sendActionsForControlEvents 阅读全文
posted @ 2017-03-16 16:47 ID_超电磁炮 阅读(299) 评论(0) 推荐(0) 编辑
摘要: - (void)setUpReadTimeAndRecordTimeWithFilePath:(NSString *)filePath { NSURL *url = [NSURL fileURLWithPath:filePath]; AVURLAsset *audioAsset = [AVURLAs 阅读全文
posted @ 2017-03-14 15:46 ID_超电磁炮 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 注意: 阅读全文
posted @ 2017-02-23 15:02 ID_超电磁炮 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 累,待完成 阅读全文
posted @ 2017-02-15 22:29 ID_超电磁炮 阅读(75) 评论(0) 推荐(0) 编辑
摘要: CGContextAddArc(CGContextRef c, CGFloat x, CGFloat y, // 圆心(x,y) CGFloat radius, // 半径 CGFloat startAngle, CGFloat endAngle, // 开始、结束弧度 int clockwise 阅读全文
posted @ 2017-02-15 18:53 ID_超电磁炮 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-15 10:25 ID_超电磁炮 阅读(61) 评论(0) 推荐(0) 编辑
摘要: Class someClass = NSClassFromString(@"SomeClassName"); id obj = [[someClass alloc] init]; 阅读全文
posted @ 2017-02-14 21:23 ID_超电磁炮 阅读(172) 评论(0) 推荐(0) 编辑
摘要: warning: inexact rename detection was skipped due to too many files. warning: you may want to set your diff.renameLimit variable to at least 8865 and 阅读全文
posted @ 2017-02-14 10:11 ID_超电磁炮 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 转自http://www.jianshu.com/p/2FKy7D NSObject中与内存管理操作相关的方法: 生成持有对象: alloc/new/copy/mutableCopy等 持有对象: retain 记录引用计数: retainCount 释放对象: release方法 废弃对象: de 阅读全文
posted @ 2017-02-13 22:26 ID_超电磁炮 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 1.效果图如下: 1.拖拽时分三种状态: 阅读全文
posted @ 2017-02-09 08:10 ID_超电磁炮 阅读(528) 评论(0) 推荐(0) 编辑