BCOVUILabel Class Reference

Inherits from UILabel
Declared in BrightcovePlayerSDK-Swift.h

Overview

BCOVUILabel The BCOVUILabel is a subclass of UILabel which has an extra NSString property that will be read by VoiceOver as a prefix to the labels value. For example the duration abel can be read by VO as “Duration 03:47” and still only visibly read as “03:47”

  accessibilityLabelPrefix

accessibilityLabelPrefix is the string that will be read by VoiceOver before the text value of the label itself

@property (nonatomic, copy) NSString *accessibilityLabelPrefix

Discussion

accessibilityLabelPrefix is the string that will be read by VoiceOver before the text value of the label itself

Declared In

BrightcovePlayerSDK-Swift.h

  accessibilityLabel

@property (nonatomic, copy) NSString *accessibilityLabel

– initWithFrame:

- (nonnull instancetype)initWithFrame:(CGRect)frame

– initWithCoder:

- (nullable instancetype)initWithCoder:(NSCoder *_Nonnull)coder