반응형
[ios] Constraint animation 주기 |
-
간단하다.
self.someConstraint.constant = -10;
// 0.25 는 CABasicAnimation 의 Default Animation 값
[UIView animateWithDuration:0.25 animations:^{
[self layoutIfNeeded];
}];
반응형
'프로그래밍 놀이터 > iOS' 카테고리의 다른 글
[ios] TableView 의 Height dynamic 하게 바꾸기 (0) | 2017.12.21 |
---|---|
[ios] UITextView dynamic height change (0) | 2017.12.20 |
[ios] System font 가져오기 (0) | 2017.12.18 |
[ios] block typedef 방법 & param 기입 방법 (0) | 2017.12.17 |
[ios] extern 변수에 nullability 지정하기 (0) | 2017.12.16 |
댓글