[UIView animateWithDuration:animated ? 0.25 : 0.0 animations:^{
_contentView.frame = contentFrame;
[_contentView layoutIfNeeded];
_bannerView.frame = bannerFrame;
}];
我很好奇是否有人可以向我解释一下是什么?和:做。我不明白之间发生了什么?和块。那是什么? 0.25:0.0到底是做什么的?
答案 0 :(得分:-1)
它与if-else语句相同。如果不是0.25那么0.0