oshiwei

Results 6 comments of oshiwei

有人继续维护这个库吗?

> 目前只能这样解决了,创建一个YYAnimatedImageView的分类,通过方法交换。 > > * (void)load { > // 获取系统的方法 > Method displayLayerMethod = class_getInstanceMethod(self, @selector(displayLayer:)); > // 获取更新的方法 > Method displayLayerNewMethod = class_getInstanceMethod(self, @selector(displayLayerNew:)); > // 方法交换 > method_exchangeImplementations(displayLayerMethod,...

> > > 目前只能这样解决了,创建一个YYAnimatedImageView的分类,通过方法交换。 > > > > > > * (void)load { > > > // 获取系统的方法 > > > Method displayLayerMethod = class_getInstanceMethod(self, @selector(displayLayer:)); > > > //...

公共平台本来内容本来就都是用户产生的啊,平台就是希望有更多人来上面发表自己的内容,只要不违反平台规定(而不是你的规定)就行,要不然你使用的那些开源代码哪来的?都是别人的“私货”。

同样的问题,打开应用空白,用的是BingGPT-0.3.7-darwin-arm64.dmg

试了一下,resolveInstanceMethod确实返回值不影响。不过开始找一遍没找到,为什么要回去再找一遍,什么情况下可能会找得到?