Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 394 Bytes

File metadata and controls

9 lines (6 loc) · 394 Bytes

Sample code on making NSOutlineView, NSTreeController binded with Core Data via Managed Object.

Uses: xCode 11.3 , Swift 5

Additionally, the code samples shows how to:

  • have different Entities combined in one NSOutlineView (done via inheritence)
  • make and always expanded NSOutlineView
  • have different rendering style in the NSOutlineView for headers and for items coming from code data