xiabob
xiabob
ZSSRichTextEditor.m line1706 /* ``` Callback for when text is changed, solution posted by richardortiz84 https://github.com/nnhubbard/ZSSRichTextEditor/issues/5 */ JSContext *ctx = [webView valueForKeyPath:@"documentView.webView.mainFrame.javaScriptContext"]; ctx[@"contentUpdateCallback"] = ^(JSValue *msg) { if (_receiveEditorDidChangeEvents) { [self...
Try to support "SpriteAtlas" for #40
> That is problem to using webp on unity. > > Unity's texture need to flip updown. > > > > To archive that flip like that > > >...