I am quite new to iOS development. I am not able to create thumbnails from PDF file.
I have two UIViews in ViewController. First View has a horizontal tableView that shows name of PDF books while on selecting those books from first UIView, second UIView show thumbnails of all pages.
I am correctly implementing first UIView but is not able to show thumbnails in second UiView.I have gone through this link but was not able to create thumbnails. Please help.