Made number of lines in timeline configurable.

This commit is contained in:
Maurice Parker
2019-04-29 15:29:00 -05:00
parent b4e2acb5ce
commit 0451ed9e70
9 changed files with 153 additions and 14 deletions

View File

@@ -11,7 +11,6 @@ import UIKit
class RefreshIntervalViewController: UITableViewController {
override func numberOfSections(in tableView: UITableView) -> Int {
// #warning Incomplete implementation, return the number of sections
return 1
}