https://github.com/droideveloper/publicationcocoa
Publication Cocoa version as PublicationAndroid
https://github.com/droideveloper/publicationcocoa
abstraction baker ios mvp
Last synced: about 1 month ago
JSON representation
Publication Cocoa version as PublicationAndroid
- Host: GitHub
- URL: https://github.com/droideveloper/publicationcocoa
- Owner: droideveloper
- Created: 2017-03-03T15:37:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T17:27:11.000Z (about 9 years ago)
- Last Synced: 2025-12-28T16:23:31.374Z (5 months ago)
- Topics: abstraction, baker, ios, mvp
- Language: Swift
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PublicationCocoa
Previous build had Demo and Library combined in one pack now it is striped from Demo.
```swift
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](https://github.com/droideveloper/BakerPublicationCocoa)