BCOVUILabel Class Reference
Inherits from | UILabel |
---|---|
Declared in | BCOVUILabel.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 label 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, strong) NSString *accessibilityLabelPrefix
Discussion
accessibilityLabelPrefix is the string that will be read by VoiceOver before the text value of the label itself
Declared In
BCOVUILabel.h