Subclass of NSImageView/UIImageView that allows you to rotate a 360° panorama made up of a sequence of images by clicking/swiping.
Archive for category zlib License
FVImageSequence
Apr 21
VDKQueue
Apr 21
A wrapper class around the Unix kqueue file change notification mechanism. A modern, streamlined, faster version of UKKQueue.
A category on NSWindow to place a window at the absolute center of the screen, and not center it horizontally but slap it right under the menu bar like NSWindow’s -center method does.
UKPaintView
Mar 7
A simple NSView subclass that implements a paint canvas into which users can draw with various paint tools.
NSWindow+ULIZoomEffect
Mar 5
A category on NSWindow that implements a “zoom” effect like the Finder has when opening folder windows, where a thumbnail of the window grows from some point to end in the actual window location at full size (or the reverse).
ULIMultiMap
Mar 5
A dictionary that can store several objects for one key. Actually just a wrapper around a dictionary of arrays.
ULINetSocket
Jan 25
A TCP socket wrapper around CFSocket API with transparent buffering. This is a continuation of Dustin Mierau’s NetSocket source code.
FTLocationSimulator
Jan 25
UKMainThreadProxy
Dec 26
A class and category that creates a proxy object to which you can send messages, and they’ll always be executed on another object, on the main thread.
UKCrashReporter
Dec 18
A simple crash reporter that checks at startup whether your application crashed last time it was launched, then offers to send that information to a script on your server. Also has a mode where it can be used to just send feedback to you directly from your application.