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