Closed firenessZX closed 2 months ago
hey body,do you solve this problem?
I'm also having the same issue!
hey body,do you solve this problem?
I'm also having the same issue!
Yes, I fixed this problem by changed the third library,It should be replace with return [[self alloc]initWithTextFieldsAndTitle:title message:message numberOfTextFields:numberOfTextFields textFieldsSetupHandler:textFieldsSetupHandler buttonTitles:buttonTitles cancelButtonTitle:cancelButtonTitle destructiveButtonTitle:destructiveButtonTitle delegate:delegate];
hey body,do you solve this problem?
I'm also having the same issue!
Yes, I fixed this problem by changed the third library,It should be replace with return [[self alloc]initWithTextFieldsAndTitle:title message:message numberOfTextFields:numberOfTextFields textFieldsSetupHandler:textFieldsSetupHandler buttonTitles:buttonTitles cancelButtonTitle:cancelButtonTitle destructiveButtonTitle:destructiveButtonTitle delegate:delegate];
谢谢!这方法可以!
I got a error when compiled use Xcode 12.5, it is in line 779 on LGAlertView.m file," return [[self alloc] alertViewWithTextFieldsAndTitle:title message:message numberOfTextFields:numberOfTextFields textFieldsSetupHandler:textFieldsSetupHandler buttonTitles:buttonTitles cancelButtonTitle:cancelButtonTitle destructiveButtonTitle:destructiveButtonTitle delegate:delegate];"
It should be replace with " return [[self alloc]initWithTextFieldsAndTitle:title message:message numberOfTextFields:numberOfTextFields textFieldsSetupHandler:textFieldsSetupHandler buttonTitles:buttonTitles cancelButtonTitle:cancelButtonTitle destructiveButtonTitle:destructiveButtonTitle delegate:delegate];"