文件名称:RichTextView:可正确显示LaTeX,HTML,Markdown和YouTubeVimeo链接的iOS文本视图(UIView)
文件大小:1.86MB
文件格式:ZIP
更新时间:2024-02-24 07:02:32
html markdown youtube vimeo opensource
RichTextView 可以正确显示LaTeX,HTML,Markdown和YouTube / Vimeo链接的iOS文本视图( UIView ) 安装 使用椰子 只需将以下内容添加到您的Podfile中: pod 'RichTextView' 并在您的仓库中运行pod install 。 使用迦太基 只需将以下内容添加到您的Cartfile中: github "tophat/RichTextView" 然后在carthage update --platform iOS运行carthage update --platform iOS 。 用法 您可以通过首先导入项目来实例化RichTextView : import RichTextView 初始化RichTextView : let richTextView = RichTextView( input: "Test", latexParser: LatexParser(), font: UIFont.systemFont(ofSize: UIFont.systemFontSize),