gpt4 book ai didi

objective-c - 有没有办法跟踪仍然指向对象的内容?

转载 作者:行者123 更新时间:2023-12-01 16:54:08 26 4
gpt4 key购买 nike

我一直在试图追查为什么一 block 内存没有被释放。我可以看到它分配,但是当我离开 View 并返回时,它被重新分配。它正在分配一个 Nib ,然后使用 View 。

有没有办法跟踪仍然指向对象的内容?

Instruments

    TPDatePickerKeyboardView *keyboard = [[[NSBundle mainBundle] loadNibNamed:@"TPDatePickerKeyboardView" owner:self options:nil] objectAtIndex:0];
keyboard.delegate = self;
keyboard.associatedControl = self;
self.datePickerKeyboard = keyboard;

self.inputView = keyboard;

我找到了 Object 但它是 UIKit 的一部分?

Object Summary
enter image description here

最佳答案

在 viewWillDisappear 中尝试添加 self. datePickerKeyboard.delegate = nil;看看能不能解决它。

关于objective-c - 有没有办法跟踪仍然指向对象的内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13361292/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com