邁向一萬小時成長之路
[備忘錄] 記錄一些iOS開發時常用又容易忘的小東西
2018年10月18日 星期四
提早拿到constraint後的frame
加入viewDidLoad可以拿到autolayout後的正確frame
加在animation中,可以在autolayout的情況下作用
[UIView animateWithDuration:0.5 animations:^{
self.filterViewWidthConstraint.constant = 200;
[self.view layoutIfNeeded];
}];
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言