LSDialogViewController
LSDialogViewController copied to clipboard
When there are two or more dialogs display at the same time, only the last dialog actions button works
It accidentally that I face with this issue, once my apps show two dialogs at the same time, my first dialog controller is skilled and some how dialog button didn't work (only the last one work fine).
Sorry to be late for replying. Actually, I faced with same issue before, so that I couldn't resolve it. 😢 However, the things that the pop-up is displayed in duplicate on one screen does not seem to be correct behavior itself.
Maybe... It is likely that the value for closing the pop-up has been invalidated as it was released by the view displayed in the second half.
@daihase, thanks for the reply. I think the first pop-up invalidated because we set the new controller to ls_dialogViewController in UIViewController+LSDialogViewController.swift. I think this should be an collection of dialog that could prevent from that issue or we close the first pop-up before display another popup.
@uypanha did you find any solution?