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

Fixed nav controller. Pass context from splash.

This commit is contained in:
kspearrin
2016-06-04 15:27:50 -04:00
parent 9ba5498d18
commit bff7c79ebe
4 changed files with 94 additions and 65 deletions

View File

@@ -17,6 +17,10 @@ namespace Bit.iOS.Extension
[Action ("DoneClicked:")]
partial void DoneClicked (Foundation.NSObject sender);
[Action ("CancelClicked:")]
[GeneratedCode ("iOS Designer", "1.0")]
partial void CancelClicked (UIBarButtonItem sender);
void ReleaseDesignerOutlets ()
{
}