NSTextView is the front-end class to MacOS's Application Kit text system.
I want to do some drawing of NSAttributedStrings in fixed-width boxes, but am having trouble calculating the right height they'll …
cocoa nstextview appkit nsattributedstringConverting a project from iOS5.0 to iOS7 / iOS6 on Xcode 5. The code below is giving a compile time warning: 'sizeWithFont:…
ios xcode uikit nstextviewI can't find any parameter that seems to be related with the text value showed in a NSTextView. I understood …
objective-c macos cocoa nstextviewI'm attempting to resize a text field / view automatically depending on its current width. In other words I want the …
objective-c nstextfield nstextviewOK, what I need should have been very simple. However, I've looked everywhere and I'm not sure I've found something …
objective-c macos cocoa nstextviewCould someone explain to me what are the main differences between NSTextField and NSTextView? I know that NSTextView has more …
cocoa macos text nstextfield nstextviewI'm trying to draw text using Core Text functions, with a line spacing that's as close as possible to what …
objective-c macos nstextview core-text nslayoutmanagerI'm pretty new to mac development (coming from a web and iOS background) and I can't work out how I …
events callback nstextviewI'm working on a Cocoa text editor which uses an NSTextView. Is it possible to change the color of certain …
objective-c cocoa syntax-highlighting nstextviewI need to find the text in an NSTextView, and save it to a file. I can do the saving …
objective-c cocoa nsstring nstextview