DryView the NSView is available, a more felixible and dynamic approach: https://github.com/AMTourky/CocoaBindingDryView-ReusableViews
A sample OS X app showing how to reuse views on an app which uses cocoa binding and core data
A Master details app showing a Manager as master element and Employee as detail elements
Both Managers and Employees are Persons! have first name, last name and date of birth
To Inspect these two models, the inspecting views will have those basic info UI elements duplicated!!
So, as reusable code is highly prefered, reusable views are as well! and this is an attempt to achieve it.
- Core Data Binding
- Master details binding
- Load views and set Object Controllers content dynamically
For more: http://amtourky.me/2016/01/02/reusable-xibs-in-cocoa-binding-dry-views/