fix epub reader playback and trial navigation
This commit is contained in:
@@ -11,6 +11,10 @@ public enum RDEPUBSafeArea {
|
||||
/// paddings, not approximations of the safe area itself.
|
||||
public static let minimumVerticalTextMargin: CGFloat = 20
|
||||
|
||||
/// Compact top/bottom padding used by a landscape two-page spread. This
|
||||
/// applies only beyond the actual safe area, which is always preserved.
|
||||
public static let landscapeVerticalTextMargin: CGFloat = 12
|
||||
|
||||
public static let minimumHorizontalTextMargin: CGFloat = 16
|
||||
|
||||
public static func keyWindow() -> UIWindow? {
|
||||
|
||||
Reference in New Issue
Block a user