horseshoe7
horseshoe7
In this article: https://nshipster.com/uitableviewheaderfooterview/ There is some source: ``` final class SectionHeaderView: UITableViewHeaderFooterView { static let reuseIdentifier: String = String(describing: self) static var nib: UINib { return UINib(nibName: String(describing: self),...
It would be nice if when on touchesBegan you could set an alternate style for that tag (like underlining, textColor change, etc), which then reverts on touchesEnded.
I made it possible for the category generator to generate a swift file instead of objective-C. I'm sure it could be cleaned up a bit, but will successfully build the...