mirror of
https://github.com/bitwarden/mobile
synced 2026-02-24 08:33:12 +00:00
Wired up view page functionality. Expanded LabeledValueCell. Created custom group template for vault list page.
This commit is contained in:
@@ -23,6 +23,7 @@ namespace Bit.iOS.Controls
|
||||
SetSelection(view);
|
||||
UpdateRowHeight(view);
|
||||
UpdateEstimatedRowHeight(view);
|
||||
UpdateSeparatorColor(view);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,5 +88,10 @@ namespace Bit.iOS.Controls
|
||||
Control.EstimatedRowHeight = 0;
|
||||
}
|
||||
}
|
||||
|
||||
private void UpdateSeparatorColor(ExtendedTableView view)
|
||||
{
|
||||
Control.SeparatorColor = view.SeparatorColor.ToUIColor(UIColor.Gray);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user