Splice it into html by yourself and then load it through UIWebView or WKWebView You can go to github to find some third-party practice projects of Zhihu Daily to see its detailed page implementation
Then it is through the interaction between js and iOS to complete some customized functions such as picture clicks. This can be done using native methods or using WKWebViewJavascriptBridge as a third party
Another implementation method is rich text, which can also be implemented by some excellent third parties, but you may encounter some special functions of your own business that will be more difficult to handle
Splice it into html by yourself and then load it through UIWebView or WKWebView
You can go to github to find some third-party practice projects of Zhihu Daily to see its detailed page implementation
Then it is through the interaction between js and iOS to complete some customized functions such as picture clicks.
This can be done using native methods or using WKWebViewJavascriptBridge as a third party
Another implementation method is rich text, which can also be implemented by some excellent third parties, but you may encounter some special functions of your own business that will be more difficult to handle
Hello! I would like to ask if this problem has been solved?