CoreText with multicolumn with image?

2019-06-16 19:49发布

问题:

I want to design like below:

I am using core text to draw a multicolumn, i can show it up, thats not problem, need to show image as static like image, First three column need to show, the fourth column will show by scrolling horizontal.

1.Need to add hyper link to video url.

2.Need to design like above..

Sample tried with two ways: https://github.com/karthisiva/CoreTextWithImage

The content will be html text.

回答1:

Instead of using third party, why doesn't you go with these below tutorials:

  1. AppCoda
  2. raywenderlich

Now Try this tutorial, if you have trouble then ask.



回答2:

I have done this using AKOMultiPageTextView..i am posting answer to own question so that will helpful others.

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