titleTextAttributesForState method

NSDictionary? titleTextAttributesForState(
  1. int state
)

titleTextAttributesForState:

Implementation

objc.NSDictionary? titleTextAttributesForState(int state) {
  objc.checkOsVersionInternal('UIBarItem.titleTextAttributesForState:', iOS: (false, (5, 0, 0)));
  final $ret = _objc_msgSend_1g2zxsx(object$.ref.pointer, _sel_titleTextAttributesForState_, state);
  return $ret.address == 0 ? null : objc.NSDictionary.fromPointer($ret, retain: true, release: true);
}