Custom Bullets from Images on UITextView or UILabel Swift -


i'm creating app mobile version of large website. website has area lists product features. each feature bulleted unique custom image.

is there way swift? essentially, create bullet list of strings, instead use small images bullet dots?

  • make uitextview's text type attributed

    enter image description here

  • increase head indentation value

    enter image description here

  • construct string in following format:

    "• string\n\n• string, longer , better. number of words in string higher last one."

  • use alt + 8 type in bullet.

  • result:enter image description here


Popular posts from this blog