阅读背景:

导致“方法'foo'在类'Bar'中定义并且在AppCode中不可见”的原因

来源:互联网 

Given the following method:

给定以下方法:

- (void)sendEvent:(UIEvent *)event
{
    NSSet *allTouches = [event allTouches];

    if ([allTouches count] > 0)
    {
        _lastUserTouchTime = [[NSDate date] timeIntervalSince1970];
    }

    [super sendEvent:event];
}
- (void



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: