Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -63,6 +63,9 @@ import UIKit | ... | @@ -63,6 +63,9 @@ import UIKit |
| 63 | tableView.estimatedRowHeight = 200 | 63 | tableView.estimatedRowHeight = 200 |
| 64 | tableView.rowHeight = UITableView.automaticDimension | 64 | tableView.rowHeight = UITableView.automaticDimension |
| 65 | 65 | ||
| 66 | + // Add bottom padding | ||
| 67 | + tableView.contentInset.bottom = 60.0 | ||
| 68 | + | ||
| 66 | // Always create profile section first (with default state) | 69 | // Always create profile section first (with default state) |
| 67 | createDefaultProfileSection() | 70 | createDefaultProfileSection() |
| 68 | 71 | ... | ... |
-
Please register or login to post a comment