titleTextAttributesForState method

NSDictionary? titleTextAttributesForState(
  1. UIControlState state
)

titleTextAttributesForState:

Implementation

objc.NSDictionary? titleTextAttributesForState(UIControlState state) {
  objc.checkOsVersionInternal('UIBarItem.titleTextAttributesForState:', iOS: (false, (5, 0, 0)));
  final _ret = _objc_msgSend_1g2zxsx(this.ref.pointer, _sel_titleTextAttributesForState_, state.value);
  return _ret.address == 0 ? null : objc.NSDictionary.castFromPointer(_ret, retain: true, release: true);
}