Heim  >  Fragen und Antworten  >  Hauptteil

objective-c - ios动画移动效果实现

ringa_leeringa_lee2764 Tage vor338

Antworte allen(2)Ich werde antworten

  • 大家讲道理

    大家讲道理2017-04-18 09:29:57

    `[UIView animateWithDuration:1.0 animations:^{
    _subView1.height = 0.01;
    } completion:^(BOOL finished) {
    // 动画完成后跑到下一个view
    }];`

    Antwort
    0
  • PHP中文网

    PHP中文网2017-04-18 09:29:57

    简单的UIView动画应该就可以实现你要的效果

    Antwort
    0
  • StornierenAntwort