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.
アークを使用しながら何かを解放するにはどうすればよいですか?ダングリングポインタが作成されるため、何かをnilに設定したくありませんか?
ARC を使用している場合は、何も解放する必要はありません (できません)。最も近いのは、変数を に設定することですが、nil厳密には必要ではありません。ダングリング ポインターは作成されません。
nil