I am developing an app which have an list. Which show bullets in this format:
I googled but nothing found. I only found this \u2022
which shows bullets like this:
I their any way from which I can achieve my desired output.
One alternate solution is to use UIImage
or UIView
. but I don't want to use this way.