Frank Gregor

Results 5 repositories owned by Frank Gregor

CCNPreferencesWindowController

108
Stars
29
Forks
Watchers

CCNPreferencesWindowController is an Objective-C subclass of NSWindowController that automatically manages your custom view controllers for handling app preferences.

CCNStatusItem

222
Stars
27
Forks
Watchers

CCNStatusItem is a subclass of NSObject to act as a custom view for NSStatusItem. It supports a customizable statusItemWindow handling any viewController for presenting the content.

CNGridView

150
Stars
23
Forks
Watchers

CNGridView is a (wanna be) replacement for NSCollectionView. It has full delegate and dataSource support with method calls like known from NSTableView/UITableView.

CNSplitView

120
Stars
20
Forks
Watchers

CNSplitView is an feature enhanced derivative of NSSplitView. It has support for sticky top or bottom toolbars for each of its subviews.

CNUserNotification

93
Stars
16
Forks
Watchers

CNUserNotification is a kind of proxy to give OS X Lion 10.7 „the same‟ support for user notifications like OS X Mountain Lion 10.8 does. Benefits are also a bit more flexibility since you are able to...