Fix: background color of section header in Add/Hide Token screen

pull/2181/head
Hwee-Boon Yar 4 years ago
parent 866b81a1c6
commit 0f2851521e
  1. 8
      AlphaWallet/Tokens/ViewControllers/AddHideTokensViewController.swift

@ -306,6 +306,14 @@ extension AddHideTokensViewController: UITableViewDelegate {
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
65
}
//Hide the footer
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
.leastNormalMagnitude
}
func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
nil
}
}
extension AddHideTokensViewController: UISearchResultsUpdating {

Loading…
Cancel
Save