Skip to content

Instantly share code, notes, and snippets.

@efremidze
Created January 31, 2018 03:01
Show Gist options
  • Save efremidze/78c2b92bb102e0221b941bef6a5ef7f8 to your computer and use it in GitHub Desktop.
Save efremidze/78c2b92bb102e0221b941bef6a5ef7f8 to your computer and use it in GitHub Desktop.
class TableSectionHeader: UITableViewHeaderFooterView {
override func layoutSubviews() {
super.layoutSubviews()
textLabel?.frame.origin.y = 16
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment