focusStyle property

UITableViewCellFocusStyle get focusStyle

focusStyle

Implementation

UITableViewCellFocusStyle get focusStyle {
objc.checkOsVersionInternal('UITableViewCell.focusStyle', iOS: (false, (9, 0, 0)));
  final _ret = _objc_msgSend_1o6ymet(this.ref.pointer, _sel_focusStyle);
  return UITableViewCellFocusStyle.fromValue(_ret);
}
set focusStyle (UITableViewCellFocusStyle value)

setFocusStyle:

Implementation

set focusStyle(UITableViewCellFocusStyle value) {
objc.checkOsVersionInternal('UITableViewCell.setFocusStyle:', iOS: (false, (9, 0, 0)));
_objc_msgSend_tbdrv1(this.ref.pointer, _sel_setFocusStyle_, value.value);

}