HomeSort by relevance Sort by last modified time
    Searched full:_statuslabel (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallView.m 32 @synthesize statusLabel = _statusLabel;
75 _statusLabel = [[UILabel alloc] initWithFrame:CGRectZero];
76 _statusLabel.font = [UIFont fontWithName:@"Roboto" size:16];
77 _statusLabel.textColor = [UIColor whiteColor];
78 [self addSubview:_statusLabel];
143 [_statusLabel sizeToFit];
144 _statusLabel.center =

Completed in 109 milliseconds