Closed cnpetrich closed 8 years ago
When using .onTextChange I receive an error on this line: {[weak self] text in
{[weak self] text in
The error is: Invalid conversion from throwing function of type '(_) throws -> ()' to non-throwing function type '(String) -> ()'
For the life of me I can't figure out how to get rid of this.
Nevermind, it was related to some code inside my if statement. Thanks!
When using .onTextChange I receive an error on this line:
{[weak self] text in
The error is: Invalid conversion from throwing function of type '(_) throws -> ()' to non-throwing function type '(String) -> ()'
For the life of me I can't figure out how to get rid of this.