1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 16:23:29 +00:00

Moved static table view into container view for password manager page

This commit is contained in:
Kyle Spearrin
2016-07-13 00:56:07 -04:00
parent ba63bf18ec
commit 5b339c63f4
2 changed files with 30 additions and 18 deletions

View File

@@ -30,10 +30,6 @@ namespace Bit.iOS.Extension
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UIBarButtonItem SelectBarButton { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIKit.UITableView Table { get; set; }
[Action ("CancelBarButton_Activated:")]
[GeneratedCode ("iOS Designer", "1.0")]
partial void CancelBarButton_Activated (UIKit.UIBarButtonItem sender);
@@ -63,11 +59,6 @@ namespace Bit.iOS.Extension
SelectBarButton.Dispose ();
SelectBarButton = null;
}
if (Table != null) {
Table.Dispose ();
Table = null;
}
}
}
}