Created
January 31, 2018 03:01
-
-
Save efremidze/78c2b92bb102e0221b941bef6a5ef7f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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