Testing is good practice, but sometimes you may get into trap. Opposite to Objective-C, in Swift 2.x you don’t need to add each file to your test target, […]
iOS
Posted on:
XCTAssertEqual fails when comparing two strings?
This can be frustrating at first time, but this method is for C structures, for comparing NSString with another one just use: NSString* mystring = [NSString stringWithFormat:@”%@”, [dict […]