質問編集履歴

1

色々

2018/12/27 13:00

投稿

nekokichi
nekokichi

スコア54

test CHANGED
File without changes
test CHANGED
@@ -180,20 +180,6 @@
180
180
 
181
181
 
182
182
 
183
- //SNS用のタップジェスチャー
184
-
185
- // let twitterGesture = UIGestureRecognizer(target: self, action: #selector(DetailViewController.openSNSLink(_:)))
186
-
187
- // twitterGesture.delegate = self
188
-
189
- // let instagramGesture = UIGestureRecognizer(target: self, action: #selector(UserPageViewController.themeImageAction(_:)))
190
-
191
- // instagramGesture.delegate = self
192
-
193
- // let facebookGesture = UIGestureRecognizer(target: self, action: #selector(UserPageViewController.themeImageAction(_:)))
194
-
195
- // facebookGesture.delegate = self
196
-
197
183
  }
198
184
 
199
185