Is there a way to improve the execution of Xcode code?

For some reason, I’m not sure exactly from the moment when (this was not always the case), but when I want to write NSDictionary , to NSDi , this is offering me NSDirectoryEnumerationSkipsSubdirectoryDescendants .

At what point, when designing an algorithm that certainly uses some NSDictionaries along the way, Apple engineers thought, “Wow, this is really useful! I often use NSDirectoryEnumerationSkipsSubdirectoryDescendants !”?

Is there any way to return some sanity to him?

+4
source share
1 answer
+5

Source: https://habr.com/ru/post/1538926/


All Articles