|
|
|
|
|
by MishraAnurag
4675 days ago
|
|
A link to the source code is present in the article. You can find it here - https://gist.github.com/AnuragMishra/6474321 The NSDateFormatter is already being cached. That was my first suspicion on finding this issue too. We are using one formatter per thread in the production code, but that doesn't apply for the code I've posted since everything is done on the main thread using a single formatter instance. |
|