Usage
- Create a XIB file with a single view
- Subclass NSView and make it conform to NibLoadable.
Conformance makes the default implementation available to you.
- Make sure the XIB file name and your View name are same
Benefits
- Custom views can be quickly made in a XIB file.
- Less chances of errors