質問編集履歴
3
ご指摘頂いた箇所の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -114,7 +114,7 @@
|
|
114
114
|
|
115
115
|
|
116
116
|
|
117
|
-
|
117
|
+
_________________________
|
118
118
|
|
119
119
|
-(void)viewDidAppear:(BOOL)animated
|
120
120
|
|
@@ -135,6 +135,34 @@
|
|
135
135
|
|
136
136
|
|
137
137
|
}
|
138
|
+
|
139
|
+
_________________________
|
140
|
+
|
141
|
+
ご指摘いただき上記を下記に変更いたしました
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
-(void)viewWillAppear:(BOOL)animated
|
146
|
+
|
147
|
+
{
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
[super viewWillAppear:animated];
|
152
|
+
|
153
|
+
self.screenName = @"timeline";
|
154
|
+
|
155
|
+
・
|
156
|
+
|
157
|
+
・
|
158
|
+
|
159
|
+
・
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
}
|
164
|
+
|
165
|
+
|
138
166
|
|
139
167
|
|
140
168
|
|
2
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|