From 5b339c63f43d820206a8a9ddf5cb1a29e5b4d2f5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 13 Jul 2016 00:56:07 -0400 Subject: [PATCH] Moved static table view into container view for password manager page --- src/iOS.Extension/MainInterface.storyboard | 39 ++++++++++++++----- ...asswordGeneratorViewController.designer.cs | 9 ----- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/src/iOS.Extension/MainInterface.storyboard b/src/iOS.Extension/MainInterface.storyboard index 9b3d91f38..d2d4bda10 100644 --- a/src/iOS.Extension/MainInterface.storyboard +++ b/src/iOS.Extension/MainInterface.storyboard @@ -235,20 +235,22 @@ - + - - - + + + + + - - - - + + + + @@ -269,7 +271,6 @@ - @@ -277,6 +278,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/iOS.Extension/PasswordGeneratorViewController.designer.cs b/src/iOS.Extension/PasswordGeneratorViewController.designer.cs index 4a484f86e..dc7c24eba 100644 --- a/src/iOS.Extension/PasswordGeneratorViewController.designer.cs +++ b/src/iOS.Extension/PasswordGeneratorViewController.designer.cs @@ -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; - } } } } \ No newline at end of file