1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 08:43:21 +00:00

storybaord work for extension

This commit is contained in:
Kyle Spearrin
2016-06-04 12:10:03 -04:00
parent f7ac5e08f2
commit 9ba5498d18
10 changed files with 214 additions and 74 deletions

View File

@@ -14,19 +14,11 @@ namespace Bit.iOS.Extension
[Register ("ActionViewController")]
partial class ActionViewController
{
[Outlet]
[GeneratedCode ("iOS Designer", "1.0")]
UIImageView logo { get; set; }
[Action ("DoneClicked:")]
partial void DoneClicked (Foundation.NSObject sender);
void ReleaseDesignerOutlets ()
{
if (logo != null) {
logo.Dispose ();
logo = null;
}
}
}
}