Well a little more complex than that I want to type in a text field then have it save to a txt file.
I also want to acces it. like readfromfile??? Or somthing???
Ps I tried [mytextfield writeToFile: @"mytext.txt" atomic: YES]; and it didn't work. (I assigned that line of code to a "done typing" button).
I also want to acces it. like readfromfile??? Or somthing???
Ps I tried [mytextfield writeToFile: @"mytext.txt" atomic: YES]; and it didn't work. (I assigned that line of code to a "done typing" button).