mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 01:23:15 +00:00
Added reflection service to handle sizerequest for extendedtableview. Remove footer spacing on uitableview ios renderer.
This commit is contained in:
@@ -23,9 +23,12 @@ namespace Bit.iOS.Controls
|
||||
UpdateRowHeight(view);
|
||||
UpdateEstimatedRowHeight(view);
|
||||
UpdateSeparatorColor(view);
|
||||
|
||||
Control.SectionFooterHeight = 0.01f;
|
||||
Control.EstimatedSectionFooterHeight = 1f;
|
||||
Control.ContentInset = new UIEdgeInsets(0, 0, -35, 0);
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
|
||||
{
|
||||
base.OnElementPropertyChanged(sender, e);
|
||||
|
||||
Reference in New Issue
Block a user