gpt4 book ai didi

ios - 有没有办法将应用程序内的所有 UIButton 水龙头设为 "capture"?

转载 作者:行者123 更新时间:2023-11-28 07:13:21 25 4
gpt4 key购买 nike

我希望能够跟踪用户点击的按钮。有没有办法“捕获”或“记录”我的应用内的所有按钮点击?

我在考虑方法调配,但我真的不想参与其中。

最佳答案

Aspect Programming 可能会对您有所帮助。看看这个库:

https://github.com/steipete/Aspects

基本上你会做类似的事情:

[UIButton aspect_hookSelector:@selector(whateverSelectorYouWantToHookOn:) 
withOptions:AspectPositionAfter
usingBlock:^(id<AspectInfo> aspectInfo) {
NSLog(@"UIButton called");
}
error:NULL];

查看 AspectInfo 以获取有关所调用实例的更多信息。

关于ios - 有没有办法将应用程序内的所有 UIButton 水龙头设为 "capture"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27529193/

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