Show commit logs in two lines.
This commit is contained in:
parent
72e2fcf0b5
commit
62aef62434
2 changed files with 26 additions and 258 deletions
|
|
@ -16,6 +16,8 @@ class CommitLogsTableViewController: UITableViewController {
|
|||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
commits = passwordStore.getRecentCommits(count: 20)
|
||||
tableView.estimatedRowHeight = 60
|
||||
tableView.rowHeight = UITableViewAutomaticDimension
|
||||
}
|
||||
|
||||
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue