Improved sizing of add feed modal on iPad

This commit is contained in:
Phil Viso
2019-05-19 17:47:33 -05:00
parent bce45d28e4
commit 2f82f05721
3 changed files with 6 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ protocol AddContainerViewControllerChildDelegate: UIViewController {
class AddContainerViewController: UIViewController {
static let preferredContentSizeForFormSheetDisplay = CGSize(width: 360.0, height: 400.0)
@IBOutlet weak var cancelButton: UIBarButtonItem!
@IBOutlet weak var activityIndicatorView: UIActivityIndicatorView!
@IBOutlet weak var addButton: UIBarButtonItem!