Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

Please help where you draw annotation on thumbnail 10 years 3 months ago #4810

  • sahli.wa.skumar
  • sahli.wa.skumar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 18
  • Thank you received: 0
hi,

Please suggest the method where you draw annotation on thumbnails.Currently the annotation on thumb is shown when I go back from PDF to list of pdfs table and open pdf agaain.
I need to refresh thumbnails real time as the annotation is happening.

Please Log in or Create an account to join the conversation.

Please help where you draw annotation on thumbnail 10 years 3 months ago #4934

  • stronglee
  • stronglee's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 93
  • Thank you received: 2
You can save the thumbnails img in sandbox cache file,
in RDFileTableController, updateImageForCellAtIndexPath method ,
line 604: UIImage *img= [UIImage imageWithCGImage:m_img];
You can get the thumbnail img ,use a dictionary save the img path as value,and save cell indexpath as key.
First you download the img ,and save it ,after that you can use cache file.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum