diff --git a/AltStore/Settings/Settings.storyboard b/AltStore/Settings/Settings.storyboard index 66d54cce..18dcb557 100644 --- a/AltStore/Settings/Settings.storyboard +++ b/AltStore/Settings/Settings.storyboard @@ -1,9 +1,9 @@ - + - + @@ -20,9 +20,9 @@ diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index a822f80b..0cde2fa8 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -89,6 +89,8 @@ class SettingsViewController: UITableViewController self.versionLabel.text = NSLocalizedString("AltStore", comment: "") } + self.tableView.contentInset.bottom = 20 + self.update() }