Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Last active March 31, 2018 15:52
Show Gist options
  • Save meyusufdemirci/985caba9df4dce08db4161668fcfad67 to your computer and use it in GitHub Desktop.
Save meyusufdemirci/985caba9df4dce08db4161668fcfad67 to your computer and use it in GitHub Desktop.
navigationView.frame = CGRect(x: 0, y: 0, width: headerView.frame.width, height: headerView.frame.height)
navigationView.backgroundColor = .green
navigationView.alpha = 0
table.stickyHeader.view = navigationView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment