Top "Nstextview" questions

NSTextView is the front-end class to MacOS's Application Kit text system.

Real time NSTask output to NSTextView with Swift

I'm using an NSTask to run rsync, and I'd like the status to show up in the text view of …

swift nstextview nstask
How to change only font size for the whole styled text in NSTextView

I need to set a text size (for example to 42) of the selected rich text which uses multiple fonts. I …

objective-c cocoa macos nstextview
NSTextField width and autolayout

I am trying to create an NSTextField programmatically. I want to use this NSTextField with auto layout, so its width …

cocoa nstextfield nstextview autolayout