Does anybody know of any XCode extensions or ways to create the Split View based application seen in Cocoa Touch in Cocoa for use in a Mac application?
Examples I’ve seen are “Reeder for mac” and the latest Twitter Application in the App Store.
Any help is greatly appreciated, thanks
Cocoa has an
NSSplitViewclass which can be used in Interface Builder, and you can always create custom split views or use open source ones such as RBSplitView or the one available in BWToolkit.