Created
September 8, 2019 08:22
-
-
Save trilliwon/629e77ac90a4c1971504f1a2246bf668 to your computer and use it in GitHub Desktop.
UITableView Hide Empty Cells
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tableView.tableFooterView = UIView(frame: .zero) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment