Made settings dynamic type compliant

This commit is contained in:
Maurice Parker
2019-04-27 08:16:37 -05:00
parent da856a14e1
commit 6355e3f007
3 changed files with 44 additions and 34 deletions

View File

@@ -22,6 +22,7 @@ class RefreshIntervalViewController: UITableViewController {
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = tableView.dequeueReusableCell(withIdentifier: "Cell", for: indexPath)
cell.textLabel?.adjustsFontForContentSizeCategory = true
let userRefreshInterval = AppDefaults.refreshInterval
switch indexPath.row {