问题
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:
- AppCoda
- 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
来源:https://stackoverflow.com/questions/41355874/coretext-with-multicolumn-with-image