Put document controls view in a scroll view

This commit is contained in:
James Magahern
2021-04-28 17:03:27 -07:00
parent 69619328dc
commit 557efa40e9
6 changed files with 57 additions and 24 deletions

View File

@@ -7,7 +7,7 @@
import UIKit
class NavigationControlsView: DocumentControlView
class NavigationControlsView: DocumentControlItemView
{
let backButton = UIButton(frame: .zero)
let forwardButton = UIButton(frame: .zero)