Read label with textfield instead of just textfield for VoiceOver Accessibility
Created by: stevemoser
Right now when a VoiceOver user taps on the field it will initially read the label which is good. However once the user fills out the textfield and then taps on the field again VoiceOver only reads the textfield and not the label. I believe this is a bug since Apple's own textfields inside of a tableview cell read the label then the textfield.