APP performance data monitoring

Results 43 issues of APP performance data monitoring

你好 我有个控制器继承你的ZSSRichTextEditor类 然后present出来这个控制器,左滑后直接闪退了,这是必现,是什么原因?怎么解决呢

你好 我想自定义wkwebView长按弹框,但是与你们键盘响应事件有冲突 ![图片](https://user-images.githubusercontent.com/21171688/122627724-ec90d380-d0e3-11eb-971e-7918ab523d39.png) ![图片](https://user-images.githubusercontent.com/21171688/122627677-ad628280-d0e3-11eb-825f-5b31240d0745.png) 你好,我自定义wkWebView长按弹框,但是与你们键盘响应事件冲突,导致两者都不能响应,这个怎么去解决呢?求指教

/// Destroy current timer private func destroyTimer() { self.timer?.setEventHandler(handler: nil) self.timer?.cancel() if state == .paused || state == .finished { self.timer?.resume() } } This method when the order is written...

你好 怎么设置cookies呢 我按照楼主方式试过了 跟UIWebView加载的cookies是不一样的,访问出错

DHxlsReaderIOS.build/Debug-iphonesimulator/DHxlsReaderIOS.build/Objects-normal/x86_64/ole.o error: Build input file cannot be found: '/Users/guoxiaoliang/Downloads/DHlibxls-master/libxls/src/ole.c' (in target 'DHxlsReaderIOS' from project 'DHxlsReaderIOS')

You can use the image scanning and useless resources related to the swift, useless code scanning?

feature

你好 不能完全适配,比如与js交互问题,uiwebView有jscontext来注册js回来调用方法,但是wkwebView没有 这个怎么处理呢

*** Terminating app due to uncaught exception 'BadWebViewType', reason: 'Unknown web view type.' *** First throw call stack:

你好 怎么设置cookies呢 我按照楼主方式试过了 跟UIWebView加载的cookies是不一样的,访问出错

你好 hook objc_msgSend 会带来额外性能问题 ,明显会比没有hook 的卡顿更多 呈现内存暴涨Message from debugger: Terminated due to Memory Error?请问楼主有什么好的解决方案吗?