Make a eBook Reader with PDFKit in Swift

David Wu
3 min readNov 9, 2018

PDFKit is introduced since iOS 11, and there are three great features in PDFKit that I’d like to introduce by making a horizontal flipping eBook reader. The three features are: Paging, Outline, and Thumbnails.

Paging, Outline, and Thumbnails

Create PDFViewController with Initializer Injection

--

--