i have implemented a QRadioElement and add to root
QRootElement *rootElement = [[QRootElement alloc] init]; QRadioElement *element = [[QRadioElement alloc] init]; element.items = items;
After the close the popup but the the parent button is not able to touch.
i have implemented a QRadioElement and add to root
QRootElement *rootElement = [[QRootElement alloc] init]; QRadioElement *element = [[QRadioElement alloc] init]; element.items = items;
After the close the popup but the the parent button is not able to touch.Any helps will be appreciate.