1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-29 14:43:50 +00:00

Building out tools page options

This commit is contained in:
Kyle Spearrin
2016-07-01 00:03:54 -04:00
parent 94f7f715e6
commit a4e6f49959
21 changed files with 154 additions and 3 deletions

View File

@@ -17,6 +17,10 @@ namespace Bit.iOS.Controls
if(cell != null)
{
cell.BackgroundColor = extendedCell.BackgroundColor.ToUIColor();
if(extendedCell.ShowDisclousure)
{
cell.Accessory = UITableViewCellAccessory.DisclosureIndicator;
}
}
return cell;