diff --git a/OneTimePasswordExample/Base.lproj/Main.storyboard b/OneTimePasswordExample/Base.lproj/Main.storyboard index 32dd920..2a31f70 100644 --- a/OneTimePasswordExample/Base.lproj/Main.storyboard +++ b/OneTimePasswordExample/Base.lproj/Main.storyboard @@ -1,5 +1,5 @@ - + @@ -61,7 +61,7 @@ - + @@ -71,15 +71,6 @@ - @@ -134,6 +125,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/OneTimePasswordExample/ViewController.m b/OneTimePasswordExample/ViewController.m index 2e1fe88..3ee5d9c 100644 --- a/OneTimePasswordExample/ViewController.m +++ b/OneTimePasswordExample/ViewController.m @@ -25,7 +25,9 @@ @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; +} +- (void)viewWillAppear:(BOOL)animated { [self initOneTimePasswordView]; }