Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 577 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 577 Bytes

PublicationCocoa

Previous build had Demo and Library combined in one pack now it is striped from Demo.

window = UIWindow(frame: Screen.bounds);
// directory where you extracty your *.hpub file into
let viewController = ReadViewController(book: directory);
// SnackbarController is not needed since it will just use it to show snackbar messages
window!.rootViewController = SnackbarController(rootViewController: viewController);
window!.makeKeyAndVisible();

New Demo application at BakerPublicationIOS