magnify

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...

Does anyone know of a jQuery magnification plugin for embedded pdf objects?

So far all the zoom of magnifying plugins I have found are for images and I need something that will work when hovered over an embedded object tag .pdf file. Any ideas? ...

How to magnify an NSView?

I'm trying to magnify (zoom) an NSView like zooming in Preview.app, but I can't find anything helpful on the internet. Can anyone help me? Thanks. Oh, my NSView is in an NSScrollView. ...