Skip to content

Commit

Permalink
README Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vfr committed Jul 16, 2017
1 parent fe3a5ee commit 7ce0d55
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ on the open-source [PDFium](https://pdfium.googlesource.com/pdfium/) library.

The code is universal, written in Objective-C++ (works with Swift or plain
Objective-C) and does not require storyboards or any NIBs (as all UI elements
are generated in code with graphics resources bundled in the framework It runs
on iPad, iPhone and iPod touch with iOS 9.0 and up and is ready to be fully
internationalized.
are generated in code with graphics resources bundled in the framework). It
runs on iPad, iPhone and iPod touch with iOS 9.0 and up and is ready to be
fully internationalized.

Please see the sample Reader project on how to use the UXReader framework (class
and method documentation is still on the todo list). You will also need to download
[libpdfium.a](https://github.com/vfr/UXReader-iOS/releases/download/0.1.0/libpdfium.a)
and copy it into the PDFium directory inside the UXReader sub-directory before building.
and copy it into the PDFium directory inside the UXReader project sub-directory before
building.

### Contact Info

Expand Down

0 comments on commit 7ce0d55

Please sign in to comment.