SyntaxFix
Write A Post
Hire A Developer
Questions
add label to subview of custom view, no need of self.view.addSubview(view), because viewForHeaderInSection return the UIView
label
subview
view
self.view.addSubview(view)
viewForHeaderInSection
UIView
view.addSubview(label)