Name classes consistently
* Settings are called *SettingsTableViewController * Key importers are called *ImportTableViewController * Classes in UserInterface folder are split into Controllers or Views
This commit is contained in:
parent
20f18d0c8b
commit
3cdf77347a
14 changed files with 60 additions and 68 deletions
|
|
@ -1,17 +0,0 @@
|
|||
//
|
||||
// AutoCellHeightUITableViewController.swift
|
||||
// pass
|
||||
//
|
||||
// Created by Danny Moesch on 17.02.19.
|
||||
// Copyright © 2019 Bob Sun. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
||||
class AutoCellHeightUITableViewController: UITableViewController {
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
tableView.estimatedRowHeight = 170
|
||||
tableView.rowHeight = UITableView.automaticDimension
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue