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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -