Coder

Results 2 issues of Coder

经过一番试验, 我最开始发现要修改BOOL类型私有变量要使用self.setValue_forKey("false", "_sliderViewHidden");才能生效,用self.setValue_forKey(false, "_sliderViewHidden");或者self.setValue_forKey(1, "_sliderViewHidden");都不行。也就是value部分要传入"true"或者"false"。但是后来我发现,在32bit上会崩溃,value部分必须是0或者1才行。为什么这点在JSPatch介绍上都没人提及?

Could anyone figure out how to run usbmuxd on Android os? I am trying to connect iOS device with Android device by usb and then communicate with each other. Thanks