Is this even possible?
I want to select/mark text without text view becoming first responder. I have search implemented in UIPopoverController
and then when it's dismissed UIToolBar
with Next and Previous button is showed which allows me to select next or previous result and I see that text is being selected because UITextView scrolls down and up respectively but I don't see any selection color or text that's actually selected, just plain black on white.
If it is first responder than everything is working but that's not behavior that I'm trying to achieve.
Any hints?
Tnx for help