更新阅读器功能与示例
This commit is contained in:
@@ -140,6 +140,11 @@ public final class RDEPUBReaderController: UIViewController {
|
||||
set { readerContext.activeHighlights = newValue }
|
||||
}
|
||||
|
||||
var transientHighlights: [RDEPUBHighlight] {
|
||||
get { readerContext.transientHighlights }
|
||||
set { readerContext.transientHighlights = newValue }
|
||||
}
|
||||
|
||||
lazy var topToolView = runtime.makeTopToolView()
|
||||
|
||||
lazy var bottomToolView = runtime.makeBottomToolView()
|
||||
|
||||
Reference in New Issue
Block a user