iPhone UITextField - Show Magnify Callout Programatically
I have created a subclass of UITextField that stores a number. By overriding touchesMoved: I have created the functionality so sliding left and right on the UITextField changes the number value. What I would like is to programmatically display a magnifying glass over the UITextField- similar to the one Apple provides when editing the t...