0

How can I support reading/writing of data in background using NSFileHandle?

Also, how to open a socket between communicating parties?

Nimantha
  • 6,405
  • 6
  • 28
  • 69
Abhinav
  • 37,684
  • 43
  • 191
  • 309

1 Answers1

0

This is not specific to NSFileHandle but probably you need to use NSOperationQueue. If so, you could see "LazyTableImages" example from apple's sample code.

nacho4d
  • 43,720
  • 45
  • 157
  • 240