I need to create a pdf viewer application in iOS .I found using Quartz CGPDF can achieve this I can't found a proper start . I checked apple documentation .https://developer.apple.com/library/ios/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_pdf/dq_pdf.html . Can anyone suggest any sample code or tutorial regarding this . I don't want to display pdf in a web view or don't want to use any third party framework .
Thanks in Advance .