I\'m creating an app that basically is a mobile version of a large website. This website has a certain area that lists product features. Each feature is bulleted with a uniq
Make your UITextView's text type as attributed
Increase the Head indentation value
Construct your string in the following format:
"• This is a string\n\n• This is another string, but longer and better. The number of words in this string are probably higher than the last one."
Use Alt + 8 to type in a bullet.
Result: