ios - Text selected without showing the pins -


is there way programmatically select text without showing pins @ beginning , @ end of selected text?

example:

although should more precise, presume want highlight parts of text background color. therefore can use nsattributedstring.

you can how create attributed string here , how use background color on here.


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -