I have a UITextField with some words in it, and I want to figure out the bounding rect for a word at some index.
It's better to give some visual example so I have made a sketch to show what I want.
Let's say I want the bounding rect of "nice" (relative) to the UITextField/UILabel so I would call some method like
[self boundingRectForWordAtIndex:2]
And It would give me the rect you see in the picture