带有多列图像的 CoreText?

CoreText with multicolumn with image?

我想设计如下:

我正在使用 core text 绘制一个 multicolumn,我可以显示它,这没问题,需要将图像显示为静态图像, 前三列需要显示,第四列水平滚动显示

1.Need to add hyper link to video url.

2.Need to design like above..

示例尝试了两种方式: https://github.com/karthisiva/CoreTextWithImage

内容将是html文本

我使用 AKOMultiPageTextView 完成了此操作。.我发布了自己问题的答案,以便对其他人有所帮助。

我这里有更新代码:https://github.com/karthisiva/MultiColumnSwift3.git

为什么不使用第三方,而不是使用以下教程:

  1. AppCoda
  2. raywenderlich

现在试试这个教程,如果有问题再问。