OSLog and Unified logging: OptimisedOSLog as a replacement of print and NSLog is the recommended way of logging by Apple. It’s a bit harder to write, but it comes with some…Oct 28, 2020Oct 28, 2020
Unit Testing : The Right WayWhat is Mock : Mock is used to describe dependencies that are not real in unit tests in order to isolate component and make sure it…Jul 9, 2020Jul 9, 2020