setSymbolImage method
void
setSymbolImage(
- UIImage symbolImage, {
- required NSSymbolContentTransition withContentTransition,
setSymbolImage:withContentTransition:
Implementation
void setSymbolImage(UIImage symbolImage, {required NSSymbolContentTransition withContentTransition}) {
objc.checkOsVersionInternal('UIImageView.setSymbolImage:withContentTransition:', iOS: (false, (17, 0, 0)));
_objc_msgSend_pfv6jd(this.ref.pointer, _sel_setSymbolImage_withContentTransition_, symbolImage.ref.pointer, withContentTransition.ref.pointer);
}