Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
9e7e6fe12d
commit
d9dc73cb70
@ -70,7 +70,7 @@ class MenuViewController: UITableViewController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
|
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
|
||||||
return 50.0
|
50.0
|
||||||
}
|
}
|
||||||
|
|
||||||
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
|
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user