Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 enumerateChildNodesWithName 但 enumerateChildNodesWithName 包含另一个字符串,有什么办法吗?
我找到了解决方案:
enumerateChildNodesWithName("*") { node, _ in if node.name == "string" { // do anything }}