¡@

Home 

2014/10/15 ¤U¤È 10:03:31

iphone Programming Glossary: afilehandle

double touch on UIButton

http://stackoverflow.com/questions/4109582/double-touch-on-uibutton

write data line by line on iphone

http://stackoverflow.com/questions/4406343/write-data-line-by-line-on-iphone

iphone share improve this question Use NSFileHandle method seekToEndOfFile and the call to writeData NSFileHandle aFileHandle NSString aFile aFile NSString stringWithString @ Your File Path setting the file to write to aFileHandle NSFileHandle fileHandleForWritingAtPath.. NSFileHandle aFileHandle NSString aFile aFile NSString stringWithString @ Your File Path setting the file to write to aFileHandle NSFileHandle fileHandleForWritingAtPath aFile telling aFilehandle what file write to aFileHandle truncateFileAtOffset aFileHandle.. the file to write to aFileHandle NSFileHandle fileHandleForWritingAtPath aFile telling aFilehandle what file write to aFileHandle truncateFileAtOffset aFileHandle seekToEndOfFile setting aFileHandle to write at the end of the file aFileHandle writeData..