CodingSha

Results 7 comments of CodingSha

这个webview的方式我后来摒弃了,使用了attributeText的方式

https://github.com/kostub/iosMath 看这里

`[MTMathAtomFactory addLatexSymbol:@"frown" value:[MTMathAtom atomWithType:kMTMathAtomOrdinary value:@"\u2312"]];` This code doesn't work the way i want it How can I achieve the mathematical symbols in the picture above? I found that there was...

我曾经在一个直播软件的聊天室消息的优化显示中用到过。主要是为了减轻大量消息刷新导致的主线程卡顿问题