Appium doesn't see the UIALabel text that is displayed

Hi. I’m using Appium 1.3.1, iOS8, and java bindings 2.1.0. The app has a TTTAttributedLabel field. TTTAttributedLabel is an inheritor of UILabel (see https://github.com/mattt/TTTAttributedLabel). The thing is that somehow I can’t see this field in the Appium Inspector. I do see the text on the app on the emulator and I don’t find the field with corresponding test in the Appium Inspector.
I tried to assign an accessibility label to the field in the app and then access it, however it resulted in “element can’t be found blabla…”
Could you please help?

Hi @Sergey_Kim. Wanted to ask if you found a workaround?