I am trying to incorporate auto layout into my UITableViewHeaderFooterView subclass. The class is pretty basic, just two labels. This is the complete subclass:
So weird! Thanks for this @josh-bernfield, here is what I wrote for iOS 11.3:
override var frame: CGRect { get { return super.frame } set { if newValue.width == 0 { return } super.frame = newValue } }