escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Close the popup whit QRadioElement the parent is unable to touch #746

Open thanhtungka91 opened 7 years ago

thanhtungka91 commented 7 years ago

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.