xcode - How do you make a simple Cocoa/Objective-C text editor -


i want know how make very, simple text editor xcode. want able save, load, , write text files. doing out of curiosity.

here's complete project textedit text editor comes os x: https://developer.apple.com/library/mac/samplecode/textedit/introduction/intro.html#//apple_ref/doc/uid/dts40011741

if want start scratch , yourself, take @ nstextfield class, or saving, take @ nsarchiver. pretty have create new project, add nstextfield window, , write code load , save file.

get book cocoa programming mac os x aaron hillegass. show how started, or check out developer.apple.com. lots of documentation there.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -