Is there a way (crazy hacks welcome) to get the current line as a string of a UITextView? This would include word wrapping, etc. For example, in this case:
I ended up using the caretRect method of UITextInput to get the offset from the left. Worked flawlessly.