teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

ご指摘頂いた箇所の修正

2015/04/28 02:50

投稿

hirahira10
hirahira10

スコア50

title CHANGED
File without changes
body CHANGED
@@ -56,7 +56,7 @@
56
56
  #import "GAITrackedViewController.h"
57
57
 
58
58
 
59
-
59
+ _________________________
60
60
  -(void)viewDidAppear:(BOOL)animated
61
61
  {
62
62
 
@@ -67,8 +67,22 @@
67
67
 
68
68
 
69
69
  }
70
+ _________________________
71
+ ご指摘いただき上記を下記に変更いたしました
70
72
 
73
+ -(void)viewWillAppear:(BOOL)animated
74
+ {
75
+
76
+ [super viewWillAppear:animated];
77
+ self.screenName = @"timeline";
78
+
79
+
80
+
71
81
 
82
+ }
83
+
84
+
85
+
72
86
  TimelineViewController.h
73
87
 
74
88
  #import "GAITrackedViewController.h"

2

タグの追加

2015/04/28 02:50

投稿

hirahira10
hirahira10

スコア50

title CHANGED
File without changes
body CHANGED
File without changes

1

タグの追加

2015/04/28 02:37

投稿

hirahira10
hirahira10

スコア50

title CHANGED
File without changes
body CHANGED
File without changes