currentAttributedTitle property
NSAttributedString?
get
currentAttributedTitle
currentAttributedTitle
Implementation
objc.NSAttributedString? get currentAttributedTitle {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIButton.currentAttributedTitle', iOS: (false, (6, 0, 0)));
final $ret = _objc_msgSend_151sglz(_$$ref.pointer, _sel_currentAttributedTitle);
return $ret.address == 0 ? null : objc.NSAttributedString.fromPointer($ret, retain: true, release: true);
}