let bookVC = WHC_ReadBookVC(nibName: "WHC_ReadBookVC", bundle: nil)
bookVC.chapterArr = chapterTitles as NSArray
bookVC.bookId = "1"
bookVC.bookName = "2061太空漫游"
bookVC.filePath = NSBundle.mainBundle().pathForResource("2061太空漫游", ofType: "txt")
let bookNV = UINavigationController(rootViewController: bookVC)
self.presentViewController(bookNV, animated: true, completion: nil)
forked from netyouli/WHC_ReaderKit
-
Notifications
You must be signed in to change notification settings - Fork 0
LhiKien/WHC_ReaderKit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
轻量级小说阅读架构(简单,高效)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Swift 66.4%
- Objective-C 33.6%