mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
[PM-6496] Improved iOS extensions cipher cell UI (#3058)
* PM-6496 Improved iOS extensions cipher list to have an updated UI for each cell * PM-6496 Improved UI on iOS extensions list cells
This commit is contained in:
committed by
GitHub
parent
39187732c0
commit
67f7b3156e
@@ -35,7 +35,11 @@ namespace Bit.iOS.Autofill
|
||||
|
||||
TableView.RowHeight = UITableView.AutomaticDimension;
|
||||
TableView.EstimatedRowHeight = 44;
|
||||
TableView.Source = new TableSource(this);
|
||||
|
||||
var tableSource = new TableSource(this);
|
||||
TableView.Source = tableSource;
|
||||
tableSource.RegisterTableViewCells(TableView);
|
||||
|
||||
SearchBar.Delegate = new ExtensionSearchDelegate(TableView);
|
||||
await ((TableSource)TableView.Source).LoadAsync(false, SearchBar.Text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user