MODropAlert icon indicating copy to clipboard operation
MODropAlert copied to clipboard

not working the view lose the focus

Open ismaelgobernado opened this issue 9 years ago • 0 comments

MODropAlertView *alertView = [[MODropAlertView alloc]initDropAlertWithTitle:title description:message okButtonTitle:@"OK" cancelButtonTitle:@"Cancel"]; alertView.tag = 0; alertView.delegate = self; [alertView show];

after that the method alertViewPressButton is executed but it break the focus , my Xcode version is 7.1.

ismaelgobernado avatar Nov 18 '15 13:11 ismaelgobernado