1

Hello, I want to fetch more then 500 pdf's in my iphone/ipad application . How can I do this ? Any tutorials and examples ? Please help

Thanks in advance Nivrit Gupta

IronManGill
  • 7,222
  • 2
  • 31
  • 52
Nivrit Gupta
  • 37
  • 2
  • 7

2 Answers2

0

Best API for downloading files from the server is ASIHTTPRequest.

You can set number of documents downloading using setMaxConcurrentOperationCount.

Devang
  • 11,258
  • 13
  • 62
  • 100