摘要:
sendActionsForControlEvents 阅读全文
摘要:
- (void)setUpReadTimeAndRecordTimeWithFilePath:(NSString *)filePath { NSURL *url = [NSURL fileURLWithPath:filePath]; AVURLAsset *audioAsset = [AVURLAs 阅读全文
摘要:
注意: 阅读全文
摘要:
累,待完成 阅读全文
摘要:
CGContextAddArc(CGContextRef c, CGFloat x, CGFloat y, // 圆心(x,y) CGFloat radius, // 半径 CGFloat startAngle, CGFloat endAngle, // 开始、结束弧度 int clockwise 阅读全文
摘要:
阅读全文
摘要:
Class someClass = NSClassFromString(@"SomeClassName"); id obj = [[someClass alloc] init]; 阅读全文
摘要:
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 阅读全文
摘要:
转自http://www.jianshu.com/p/2FKy7D NSObject中与内存管理操作相关的方法: 生成持有对象: alloc/new/copy/mutableCopy等 持有对象: retain 记录引用计数: retainCount 释放对象: release方法 废弃对象: de 阅读全文
摘要:
1.效果图如下: 1.拖拽时分三种状态: 阅读全文