diff --git a/pass/Base.lproj/Main.storyboard b/pass/Base.lproj/Main.storyboard index 0ed329a..d23a2a9 100644 --- a/pass/Base.lproj/Main.storyboard +++ b/pass/Base.lproj/Main.storyboard @@ -21,14 +21,14 @@ - + - + - + @@ -39,7 +39,7 @@ - + @@ -65,7 +65,7 @@ - + @@ -78,14 +78,14 @@ - + - + - + @@ -98,21 +98,21 @@ - + - + - + - + @@ -125,21 +125,21 @@ - + - + - + - + @@ -153,21 +153,21 @@ - + - + - + - + @@ -181,14 +181,14 @@ - + - + - + @@ -205,14 +205,14 @@ - + - + - + @@ -317,10 +317,10 @@ - + - + @@ -346,10 +346,10 @@ - + - + @@ -374,10 +374,10 @@ - + - + @@ -402,20 +402,20 @@ - + - + - + - + @@ -434,20 +434,20 @@ - + - + - + - + @@ -510,21 +510,21 @@ - + - + - + - + @@ -538,10 +538,10 @@ - + - + @@ -571,10 +571,10 @@ - + - + @@ -798,7 +798,7 @@ - + @@ -1080,14 +1080,14 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + - + @@ -1101,21 +1101,21 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + - + - + @@ -1132,14 +1132,14 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + - + @@ -1153,14 +1153,14 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + - + @@ -1170,14 +1170,14 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + - + @@ -1316,10 +1316,10 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + @@ -1344,10 +1344,10 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + @@ -1369,10 +1369,10 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + @@ -1381,10 +1381,10 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + @@ -1406,10 +1406,10 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + @@ -1776,10 +1776,10 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + @@ -1804,14 +1804,14 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + - + @@ -1825,14 +1825,14 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + - + - + diff --git a/pass/Controllers/PasswordEditorTableViewController.swift b/pass/Controllers/PasswordEditorTableViewController.swift index 3414377..e7e1429 100644 --- a/pass/Controllers/PasswordEditorTableViewController.swift +++ b/pass/Controllers/PasswordEditorTableViewController.swift @@ -207,7 +207,12 @@ class PasswordEditorTableViewController: UITableViewController { override func tableView(_: UITableView, heightForHeaderInSection section: Int) -> CGFloat { if sectionHeaderTitles[section] != nil { - return 30 + if UIDevice.current.userInterfaceIdiom == .phone { + return 30 + } else { + // Fix covered section header in macOS + return 36 + } } else { return UITableView.automaticDimension } diff --git a/pass/Views/TextFieldTableViewCell.xib b/pass/Views/TextFieldTableViewCell.xib index 5bfcb56..ee4a159 100644 --- a/pass/Views/TextFieldTableViewCell.xib +++ b/pass/Views/TextFieldTableViewCell.xib @@ -1,21 +1,19 @@ - - - - + + - + - + - + @@ -23,7 +21,6 @@ - @@ -38,7 +35,7 @@ - +