Rich Text File (RTF) Into NSTextView, Cocoa & Obj-C
I was searching for an example of how to do this for ages and came up with nothing. All the pros out there will probably say it is easy and give shorter ways of doing this but for noobs and people not in the know I wrote this little snippet. This is especially useful for creating easy to maintain change logs or for adding simple read-me and help files to your application.
First of all you will need to create a NIB file with some sort of controller class in it. In the controller class create an outlet of type ’NSTe…
[Read More →]