How can i get the position of a specific string/substring in UILabel ? The UILabel is a multiline label and also has /n characters. Ultimately I should be able to draw another view in place of the position retrieved.
If not UILabel, could a UITextView be used to achieve results as expected above?
Thanks in advance.