此處先有鏈接 單元測試 App由一個個功能組成,每一個功能則由相應(yīng)的函數(shù)來組成,單元測試就是針對App里面的函數(shù)進行測試,有了它能使我們的項目更...
翻譯自[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ù) [self.textfield setValue:@4 forKey:...
先附上地址:https://github.com/pattyXP/DatePickerAndLocale.git 主要實現(xiàn)的功能就是: 一個日期...
- (void)customLayer{CAGradientLayer*layer = [CAGradientLayerlayer];layer...
copy 和 retain: copy 其實是建立了一個相同的對象,而 retain不是; 比如一個NSString 對象,地址是0x1111,...