回答編集履歴

1

修正

2016/03/12 02:35

投稿

yamatora
yamatora

スコア17

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  cell.targetView.layoutIfNeeded()
10
10
 
11
- cell.frame.size.width = 0
11
+ cell.targetView.frame.size.width = 0
12
12
 
13
13
  UIView.animateWithDuration(
14
14