fix epub reader playback and trial navigation
This commit is contained in:
@@ -23,6 +23,10 @@ import UIKit
|
||||
|
||||
@objc optional func pageIdentifier(in readerView: RDEpubReaderView, index: Int) -> String?
|
||||
|
||||
/// 指定页面是否允许进入阅读器预加载。默认允许。
|
||||
/// 包含不可复制宿主 View 的页面应返回 false,避免预加载抢占可见页面内容。
|
||||
@objc optional func readerView(_ readerView: RDEpubReaderView, shouldPreloadPageAt index: Int) -> Bool
|
||||
|
||||
@objc optional func readerViewTopChrome(_ readerView: RDEpubReaderView) -> UIView?
|
||||
|
||||
@objc optional func readerViewBottomChrome(_ readerView: RDEpubReaderView) -> UIView?
|
||||
|
||||
Reference in New Issue
Block a user