animationRepeatCount property

int get animationRepeatCount

animationRepeatCount

Implementation

int get animationRepeatCount {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIImageView.animationRepeatCount', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_1hz7y9r(_$$ref.pointer, _sel_animationRepeatCount);
}
set animationRepeatCount (int value)

setAnimationRepeatCount:

Implementation

set animationRepeatCount(int value) {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIImageView.setAnimationRepeatCount:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_4sp4xj(_$$ref.pointer, _sel_setAnimationRepeatCount_, value);
}