UIButton voice assistance on demand with VoiceOver enabled
问题 I would like to ask how to design voice over assistance on demand with VoiceOver enabled. I have such code to create UIButton: _myLocationButton = [UIButton buttonWithType:UIButtonTypeRoundedRect]; [_myLocationButton setImage:[UIImage imageNamed:@"my_location_icon"] forState:UIControlStateNormal]; _myLocationButton.accessibilityLabel = @"My location"; _myLocationButton.accessibilityHint = @"Double tap to hear where You are, in which zone or near zone and floor information in building"; [