CoreText with multi-column image?

I want to create as below:

Picture

I use core text to draw a multicolumn , I can show it, this is not a problem, I need to show the image as a static image, I need to show the first three columns, the fourth column will be displayed by scrolling horizontally.

1. You need to add a hyper link to the video.

2. You need to create as described above.

I tried the example in two ways: https://github.com/karthisiva/CoreTextWithImage

The content will be html text .

+8
ios swift ipad core-text
source share
2 answers

I did this with AKOMultiPageTextView . I am posting an answer to my own question to help others.

I have an update code here: https://github.com/karthisiva/MultiColumnSwift3.git

-one
source share

Instead of using a third party, why not go with these tutorials below:

Now try this tutorial, if you have any problems then ask.

+3
source share

All Articles