1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

UI updates to ios extension

This commit is contained in:
Kyle Spearrin
2016-06-11 01:17:08 -04:00
parent e22918a562
commit afbc5a903b
7 changed files with 67 additions and 32 deletions

View File

@@ -14,10 +14,6 @@ namespace Bit.iOS.Extension
[Register ("ActionViewController")]
partial class ActionViewController
{
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UINavigationItem NavItem { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UITableView tableView { get; set; }
@@ -31,10 +27,6 @@ namespace Bit.iOS.Extension
void ReleaseDesignerOutlets ()
{
if (NavItem != null) {
NavItem.Dispose ();
NavItem = null;
}
if (tableView != null) {
tableView.Dispose ();
tableView = null;