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.
オブジェクトをNSDictionaryに入れると、それへの強力なポインターがありますか?まだ必要なときに(ARCを使用して)削除されないようにしたいだけです。
いいえ、削除されません。ディクショナリと配列はオブジェクトを保持し、オブジェクト自体が解放されるか、オブジェクトがオブジェクトから削除されるとすぐに解放されます。