moved sections in password generator page. adjusted tableview renderer for AutomaticDimension height in footer.
This commit is contained in:
parent
7b76f2c238
commit
63373501b1
|
@ -69,15 +69,15 @@ namespace Bit.App.Pages
|
||||||
NoHeader = true,
|
NoHeader = true,
|
||||||
Root = new TableRoot
|
Root = new TableRoot
|
||||||
{
|
{
|
||||||
new TableSection
|
|
||||||
{
|
|
||||||
SliderCell,
|
|
||||||
settingsCell
|
|
||||||
},
|
|
||||||
new TableSection
|
new TableSection
|
||||||
{
|
{
|
||||||
regenerateCell,
|
regenerateCell,
|
||||||
copyCell
|
copyCell
|
||||||
|
},
|
||||||
|
new TableSection("Options")
|
||||||
|
{
|
||||||
|
SliderCell,
|
||||||
|
settingsCell
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -173,7 +173,7 @@ namespace Bit.iOS.Controls
|
||||||
return 0.00001f;
|
return 0.00001f;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 35f;
|
return UITableView.AutomaticDimension;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override UIView GetViewForFooter(UITableView tableView, nint section)
|
public override UIView GetViewForFooter(UITableView tableView, nint section)
|
||||||
|
|
Loading…
Reference in New Issue