mirror of
https://github.com/facebookincubator/QuickLayout
synced 2026-04-21 13:37:22 +00:00
Fix bodyContainerView with UITableViewHeaderFooterView and UIVisualEf… (#9)
Summary: …fectView Pull Request resolved: https://github.com/facebookincubator/QuickLayout/pull/9 Reviewed By: fabiomassimo Differential Revision: D88369945 Pulled By: constantine-fry fbshipit-source-id: 7a72f2be4a7ebc430013b49e244337c4b87d3343
This commit is contained in:
parent
21f38de88a
commit
edf9ed03d8
1 changed files with 12 additions and 0 deletions
|
|
@ -72,3 +72,15 @@ extension UITableViewCell {
|
|||
return contentView
|
||||
}
|
||||
}
|
||||
|
||||
extension UITableViewHeaderFooterView {
|
||||
override open var bodyContainerView: UIView {
|
||||
return contentView
|
||||
}
|
||||
}
|
||||
|
||||
extension UIVisualEffectView {
|
||||
override open var bodyContainerView: UIView {
|
||||
return contentView
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue