mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add the subviews to the contentVIew (per the documentation). Issue #1717
This commit is contained in:
@@ -155,7 +155,7 @@ private extension MasterFeedTableViewSectionHeader {
|
||||
}
|
||||
|
||||
func addSubviewAtInit(_ view: UIView) {
|
||||
addSubview(view)
|
||||
contentView.addSubview(view)
|
||||
view.translatesAutoresizingMaskIntoConstraints = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user