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 MacOS
FVImageSequence
Apr 21
Greenwich
Apr 21
A Cocoa framework for letting localizers perform their localization in a window inside your application.
VDKQueue
Apr 21
A wrapper class around the Unix kqueue file change notification mechanism. A modern, streamlined, faster version of UKKQueue.
ESSVideoShare
Apr 21
A framework to implement publishing videos to YouTube, Vimeo, Facebook and Flickr.
JLNFadingScrollView
Dec 30
A simple drop-in Objective-C / Cocoa NSScrollView subclass that provides a visual fade effect at the top and bottom of scrolled content, giving a visual sense of the content fading as it nears the top or bottom edge.
Official JLNFadingScrollView Web site
Official JLNFadingScrollView repository
PhFacebook
Dec 11
ScrollToRefresh
Dec 11
An NSScrollView subclass to allow the popular “pull to refresh” from iPhone to work on Mac OS X Lion
StartAtLoginController
Dec 11
A class that uses the new ServiceManagement api to allow apps to run at login.
SNRFetchedResultsController
Nov 27
Automatic Core Data change tracking for OS X. It is not a drop-in replacement for NSFetchedResultsController but performs many of the same tasks in relation to managing results from a Core Data fetch and notifying a delegate when objects are inserted, deleted, updated, or moved in order to update the UI.
NSTimer-JCSBlocks
Nov 27
An extension to NSTimer that allows you to pass a block to handle timer events instead of using a callback method.