Results 8 issues of SivanWu

uiapplication's private selector _sendMotionBegan was gone in iOS13.6 I don't test earlier iOS system, maybe it was removed eailier

在连着线的时候,无论是debug还是release都是正常的,但是当打成IPA后,只能获取总的C++方法个数,无法通过hook获取、统计每个C++方法的执行时间。 iOS13.6

you need to call unlink([MTLivePhotoMergeVideoPath UTF8String]) before export. if not, you can not write new file when running second time

error: exportArchive: The data couldn’t be read because it isn’t in the correct format. 那个ExportOptions.plist的格式不对

Handler crashed while reporting: Exception Type: 0 (SIGSEGV) Exception Codes: 0x00000000 at 0x0000000001d5b33c Crashed Thread: 9 Thread 9 name: KSCrash Exception Handler (Primary) Thread 9 Crashed: 0 libsystem_platform.dylib 0x00000001f2c3d038 _platform_strcmp...

when volume reach to max, upblock doesn't work when volume reach to min, downblock doesn't work

添加了一个属性,可以设置多行文字。 修改了maskLayer初始frame的初始化方式,因为多行文字计算的时候,boundingRectWithSize得不到准确的高度,所以初始化它的frame修改为依据自身的bounds,而不是文字的大小。