EXTENSION
public extension UITableView
var isEmpty: Bool
Zero rows in all sections
func reloadCell(_ cell: UITableViewCell, with animation: UITableView.RowAnimation)
Reload cell at index path
- Parameters:
- cell: cell
- animation: animation
Name | Description |
---|---|
cell | cell |
animation | animation |
func scrollToBottom(position: UITableView.ScrollPosition = .bottom, animated: Bool = true)
Scroll to last index in last section
- Parameters:
- position: position
- animated: animated
Name | Description |
---|---|
position | position |
animated | animated |