Skip to content

Commit c363566

Browse files
committed
Updated fix for CV1
1 parent 7b34650 commit c363566

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Controls/src/Core/Handlers/Items/iOS/StructuredItemsViewController.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ internal void UpdateFooterView()
9595
UpdateHeaderFooterPosition();
9696
}
9797

98+
// private protected override void LayoutSupplementaryViews()
99+
// {
100+
// base.LayoutSupplementaryViews();
101+
// UpdateHeaderFooterPosition();
102+
// }
98103
internal void UpdateHeaderView()
99104
{
100105
UpdateSubview(ItemsView?.Header, ItemsView?.HeaderTemplate, HeaderTag,

0 commit comments

Comments
 (0)