From 51d48d3a855be38b2592e26761ce7f8efad7269f Mon Sep 17 00:00:00 2001 From: Nakagami Mai Date: Mon, 29 Nov 2021 14:43:02 +0900 Subject: [PATCH] =?UTF-8?q?=E9=81=B7=E7=A7=BB=E3=82=92=E3=83=8A=E3=83=93?= =?UTF-8?q?=E3=82=B2=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Base.lproj/Main.storyboard | 32 ++++++++++++------- OneTimePasswordExample/ViewController.m | 2 ++ 2 files changed, 23 insertions(+), 11 deletions(-) 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]; }