You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SecretAnimation/NTRViewController.m
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30,22 +30,23 @@ - (void)viewDidLoad
30
30
self.textLabel1.alpha = 0;
31
31
self.textLabel2.alpha = 0;
32
32
33
+
// this is based on the view hierarchy in the storyboard
34
+
self.topLabel = self.textLabel2;
35
+
self.bottomLabel = self.textLabel1;
36
+
33
37
NSString *mySecretMessage = @"This is a my replication of Secret's text animation. It looks like one fancy label, but it's actually two UITextLabels on top of each other! What do you think?";
0 commit comments