UIKit custom class accessibility

I have a custom class which inherits from UISearchBar. Since it is a custom class I set isAccessibilityElement property to true in order to use accessibility. After setting the property, I am able to use identifier or accessibilityLabel without any issue. The issue here is voice over does not read deleted character

UIKit custom class accessibility
 
 
Q