2016-05-15 50 views

回答

5

您應該更新約束的不斷動畫塊外:

self.collectionViewHeight.constant = 0 
UIView.animateWithDuration(0.3, delay: 0, options: .CurveEaseOut, 
    animations: view.layoutIfNeeded, completion: nil) 

view是有問題的集合視圖的上海華盈)

+0

謝謝!這工作! (... self.view.layoutIfNeeded()...) – hjouhi