What is a NSPathStore2? [closed]

▼魔方 西西 提交于 2019-11-28 02:26:47

问题


All that I know is this:

  • Its private
  • Its created somehow cause of strings trying to do Path related things

I mean, if they are private and still my app is telling me that NSPathStore2 is interfering, I need to know why. I just want to understand why a release of NSPathStore2 is making my app crash.


回答1:


NSPathStore2 is a subclass of NSString, used when creating strings that contain paths. For all intents and purposes, you should treat it as a NSString.



来源:https://stackoverflow.com/questions/7272484/what-is-a-nspathstore2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!