lian

Results 1 issues of lian

- (QTEventBus *)eventDispatcher{ UIResponder * resp = self; do { if ([resp isDispatcherProvider]) { return resp.qt_privateBus; } resp = resp.nextResponder; } while (resp != nil); return nil; } 这样实现,如果VC view的子view也设置为dispatcherProvider...