I'm looking for an easy way in Obj.C to do add a space between each character of my string. So "1234" would come out looking like "1 2 3 4".
I've found a perfect javascript example here: https://mcmap.net/q/423267/-add-a-space-between-characters-in-a-string-duplicate
Does anyone know of something similar for Obj.C? Kerning is a PITA in iOS, and this is ultimately all I need anyway...
Thoughts / comments?
Thanks! - Drew