I am using NSRange with an Attributed string, but I don't fully understand which parts of the text will be bolded and which are not. This is what I tried:
NSRange boldedRange = NSMakeRange(2, 4);
What exactly does the 2 stand for and the 4 stand for?
Thanks in advance for anyone who contributes to this post
location
is 0-based. – Thermosiphon