tags:

views:

70

answers:

1

I am iphone developer but now i am implementing cocoa application.I am new for this cocoa application.I want learn cocoa development application.I want to learn step by step all controllers.First i want to learn splitview controller.Please help me for this .Please provide me some related document or sample example for this.Thanks in advance.

+1  A: 

NSSplitView documentation can be found here

There is sample code provided on that page

ctshryock