Vineeth Vijayan
Vineeth Vijayan
I also have the some issue, but in tableview. Once I search & select some element then on scroll the search result is visible again when cellforindex is called. Did...
Is there a swift example?
Thanks @stoprocent I am currently using this one for now, thanks for this great lib :+1:
I am still facing this issue, Any updates?
I got it fixed by changing _`#import `_ to **#import "EZAudio.h"** in EZAudioiOS.h and EZAudioOSX.h even after updating to 1.1.5
@Isuru-Nanayakkara did you get to fix it?
@Isuru-Nanayakkara even that doesn't work for me, generateBNHtmlPDF(){ let pdfKit = BNHtmlPdfKit() pdfKit.delegate = self let toFile = Path.documentsDir["file.pdf"].path_string let htmlString = Path.documentsDir["BSM.html"].readString() pdfKit.saveHtmlAsPdf(htmlString, toFile: toFile) print("open " + toFile)...
Will do @OskrNav