1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 01:03:24 +00:00

There is already a TableView property for a UITableViewController. Remove assigned one from storyboard.

This commit is contained in:
Kyle Spearrin
2016-07-14 08:48:45 -04:00
parent 61c492f85e
commit 49cb984373
4 changed files with 79 additions and 5864 deletions

View File

@@ -26,10 +26,6 @@ namespace Bit.iOS.Extension
[GeneratedCode ("iOS Designer", "1.0")]
UINavigationItem NavItem { get; set; }
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UITableView TableView { get; set; }
[Action ("AddBarButton_Activated:")]
[GeneratedCode ("iOS Designer", "1.0")]
partial void AddBarButton_Activated (UIBarButtonItem sender);