All Projects → netyouli → WHC_ReaderKit

netyouli / WHC_ReaderKit

Licence: other
轻量级小说阅读架构(简单,高效)

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language

WHC_ReaderKit

联系QQ: 712641411

开发作者: 吴海超

轻量级小说阅读架构(简单,高效)

最强大自动布局开源库:https://github.com/netyouli/WHC_AutoLayoutKit

集成示例

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)

使用效果

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].