Use insetGrouped style for SimpleTableViewController

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller 2024-10-22 20:58:59 +02:00
Родитель 03de5c91ee
Коммит 8529698b94
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ class SimpleTableViewController: UITableViewController {
self.options = options
self.navigationTitle = title
super.init(style: .grouped)
super.init(style: .insetGrouped)
}
required init?(coder: NSCoder) {