I'm trying to replicate Apple's Notes unordered list (bullet) but can't seem to get it work.
I am currently using this string as attributed string which displays fine. "\u{2022}\texample bullet "
However, when you try to select the string, it selects the bullet and indentation too. Unlike Apple's notes, it does not select the bullet and indent?
Searched across stack overflow existing questions and also Apple's website. The closest I found is NSTextList which is not available for iOS. Any suggestions?
Update – Evernote, Microsoft One Note seems to be able to do this in their text editor too.
Appreciate any help in either Swift / Objective C