此处先有链接 单元测试 App由一个个功能组成,每一个功能则由相应的函数来组成,单元测试就是针对App里面的函数进行测试,有了它能使我们的项目更...
翻译自[rayWenderlich视频](https://videos.raywenderlich.com/courses/testing-in...
- (void)makeCopy{NSMutableString *string = [NSMutableString stringWithFo...
#pragma mark -- handle image-(UIImage *)getImageWithAlpha:(CGFloat)alpha...
介绍:https://github.com/pattyXP 引用头文件 #import"Mp3Recorder.h" 录制音频,需要设置dele...
cocoaChina 实际使用: 只需要添加如下类型代码,设置字段的个数 [self.textfield setValue:@4 forKey:...
先附上地址:https://github.com/pattyXP/DatePickerAndLocale.git 主要实现的功能就是: 一个日期...
- (void)customLayer{CAGradientLayer*layer = [CAGradientLayerlayer];layer...
copy 和 retain: copy 其实是建立了一个相同的对象,而 retain不是; 比如一个NSString 对象,地址是0x1111,...