Guest User

Untitled

a guest
Jul 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. func tableView(_ tableView: UITableView, viewForFooterInSection section: Int) -> UIView? {
  2. //Write your code for sticky design
  3. }
  4. func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
  5. return 100
  6. }
Add Comment
Please, Sign In to add comment