isDescendantOfView method

bool isDescendantOfView(
  1. UIView view
)

isDescendantOfView:

Implementation

bool isDescendantOfView(UIView view) {
  objc.checkOsVersionInternal('UIView.isDescendantOfView:', iOS: (false, (2, 0, 0)));
  return _objc_msgSend_19nvye5(this.ref.pointer, _sel_isDescendantOfView_, view.ref.pointer);
}