Alright, I have been searching every keyword combination i could think of but haven't found a solution to this yet. Everyone seems to have the opposite problem of what I am having.
I built a custom UITableViewCell with a nib file. It has a UITextView in it that displays detectable text.
After loading I can see the text has been detected and highlighted in the UITextView, however, when I go to click on it, it selects the cell, not the detected data.
The UITextView is not editable and user interaction is turned on so I should be able to get it working no?
Does anyone know what I might have to do to get it to work as intended?
If I didn't provide a piece of information that might help you help me, please let me know and I will post it.
Thanks in advance, ~Arash