Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Last active March 31, 2018 15:52
Show Gist options
  • Save meyusufdemirci/480c528933723c25fd38f25a06596077 to your computer and use it in GitHub Desktop.
Save meyusufdemirci/480c528933723c25fd38f25a06596077 to your computer and use it in GitHub Desktop.
let headerView = Bundle.main.loadNibNamed("MyHeaderView", owner: nil, options: nil)?.first as! MyHeaderView
tableview.stickyHeader.view = headerView
tableview.stickyHeader.height = headerView.frame.height
tableview.stickyHeader.minimumHeight = 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment