Hi all
I have problems on found components using ViewWithTag method. In my project I have for example a structure like this: UviewRoot->rootNavigationController->ControllerPage1->barButtons->button[0], button[1],button[2], I have to found which of tre buttons have TagNative=x. in Xcode I can ask UviewRoot.viewWithTag(x) to found my button but here doesn't work, what I can do?
Regards