escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS

Home Page:http://escoz.com/open-source/quickdialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Close the popup whit QRadioElement the parent is unable to touch

thanhtungka91 opened this issue · comments

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.

screen shot 2017-09-06 at 16 21 33

Any helps will be appreciate.