The color of a magnifying glass is being taken automatically from the background color of UITextView. Under the text view I have an image and the text view background itself
Subclass UITextView/UITextField, override -drawRect and do your own drawing, then you can use .backgroundColor to set the magnifying glass tint.
UITextView/UITextField
-drawRect
.backgroundColor