Saurabh prajapati
Saurabh prajapati
I have tried It with success! you can add ILPDFViewController's view as subView. and is working fine.For example , ``` NSString *filePath = @"filepath for your PDF" ILPDFViewController *pdfController =...
first you can download the file from URL , so you get NSData object , then you can use "initWithData" method of ILPDFDocument
It's great.. Thanks @lubbo.but some time i am not getting particular textfield form on actual position as per PDF.I think margins are not proper for iPad Fullscreen Landscape & Portrait.
I think you can use "savedStaticPDFData" method of ILPDFDocument. this will return you Data object. then you can write this data to file with .pdf extension. I haven't tried it...
I suggest to save values in dictionary with key as formName and populate the PDF back after loading it. like , I have PDF with TextField , its formName is...
> The refreshCompletion block is getting called while the view is loading. > > After debugging I've found that this condition is being executed while the view is loading /...
Hi @EugeneKuropatenko , I have used your updated files for swift5.0 And I'm facing an issue on iPhone11ProMax, as pullToRefresh is looping and I am unable to stop the refresh....
@JuanNova any update? I'm facing same issue. also memory used is much higher than expected around 1 GB while loading admob banner in tableview cell with 2000 rows!