質問編集履歴
3
ご指摘頂いた箇所の修正
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
タグの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
タグの追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|