-(void)recordManageCenter:(UILongPressGestureRecognizer *)gesture

{

    

    if (gesture.state == UIGestureRecognizerStateEnded) {

        [self stopRecord:nil];

        [self.recordBtnsetBackgroundColor:[UIColorlightGrayColor]];

 

    }else{

        [self record:nil];

        [self.recordBtnsetBackgroundColor:[UIColorredColor]];

 

    }

},

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-08-03
  • 2021-07-11
  • 2021-12-10
  • 2021-08-08
  • 2021-04-13
猜你喜欢
  • 2021-08-23
  • 2021-10-27
  • 2021-10-02
  • 2022-01-12
  • 2021-08-21
  • 2021-12-03
相关资源
相似解决方案