gpt4 book ai didi

debugging - 如何在 tvOS 中使用 _whyIsThisViewNotFocusable?

转载 作者:行者123 更新时间:2023-12-02 23:01:19 29 4
gpt4 key购买 nike

要调试焦点问题_whyIsThisViewNotFocusable方法可以在tvOS中使用,但是在shouldUpdateFocusInContext中使用如下命令进行调试po [mainView _whyIsThisViewNotFocusable]po mainView _whyIsThisViewNotFocusable 它给了我错误:

error: <EXPR>:1:9: error: consecutive statements on a line must be separated by ';'
mainView _whyIsThisViewNotFocusable

那么 _whyIsThisViewNotFocusable 的正确用法是什么?

我在一些堆栈溢出答案中看到了这个问题,但由于声誉较低,我无法在该帖子/答案中发表评论

最佳答案

大概您使用的是 swift,所以您不应该在调试器中使用 obj-c。而是使用:

po mainView.performSelector(Selector("_whyIsThisViewNotFocusable")) 

关于debugging - 如何在 tvOS 中使用 _whyIsThisViewNotFocusable?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33273684/

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