cancel a UIView animateWithDuration before completion

后端 未结 3 1850
轮回少年
轮回少年 2021-02-12 16:30

I have this code in my project:

- (void) fadeImageView {
    [UIView animateWithDuration:1.0f
                          delay:0
                        options:         


        
3条回答
  •  灰色年华
    2021-02-12 17:33

    Update: prefer this answer https://stackoverflow.com/a/21527129/194309 from Borut Tomazin

提交回复
热议问题