objective-c - ios动画移动效果实现
ringa_lee
ringa_lee 2017-04-18 09:27:57
0
2
334
ringa_lee
ringa_lee

ringa_lee

reply all(2)
大家讲道理

`[UIView animateWithDuration:1.0 animations:^{
_subView1.height = 0.01;
} completion:^(BOOL finished) {
// After the animation is completed, run to the next view
}];`

Ty80

Simple UIView animation should be able to achieve the effect you want

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!