How to customize NSTextView in AppKit
Issue #320
Scrollable
- Putting an NSTextView Object in an NSScrollView
- Use xib then load
Embed image or NSTextAttachmentCellProtocol
- Select TextView
- Select
Rich Text
andGraphics
- Select Size Inspector -> Resizable and tick both Horizontally and Vertically
Customize
1 | scrollView.drawsBackground = false |