I'm am able to draw a custom focus ring by subclassing the scrollView. My question is, how do I test if the textVeiw (that is inside the scrollView) has focus, in order to change the focus ring.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can subclass the text view and override becomeFirstResponder. That method will be called when the text view becomes the first responder, by clicking on it or tabbing from another responder. |
|||
|
|
