此處先有鏈接 單元測(cè)試 App由一個(gè)個(gè)功能組成运褪,每一個(gè)功能則由相應(yīng)的函數(shù)來(lái)組成占键,單元測(cè)試就是針對(duì)App里面的函數(shù)進(jìn)行測(cè)試木缝,有了它能使我們的項(xiàng)目更...
翻譯自[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" 錄制音頻虏冻,需要設(shè)置dele...
cocoaChina 實(shí)際使用: 只需要添加如下類型代碼忍抽,設(shè)置字段的個(gè)數(shù) [self.textfield setValue:@4 forKey:...
先附上地址:https://github.com/pattyXP/DatePickerAndLocale.git 主要實(shí)現(xiàn)的功能就是: 一個(gè)日期...
- (void)customLayer{CAGradientLayer*layer = [CAGradientLayerlayer];layer...
copy 和 retain: copy 其實(shí)是建立了一個(gè)相同的對(duì)象那槽,而 retain不是; 比如一個(gè)NSString 對(duì)象酝掩,地址是0x1111,...