Hi guys.
i have this code
and a warning: incompatible pointer type initializing 'NSMutableString *' with an expression of type 'NSString *'
What does this warning means and how could i fix it? Note that i could still run the code and it works as it should be.
i have this code
Code:
NSMutableString *urlString = urlTextField.text;
and a warning: incompatible pointer type initializing 'NSMutableString *' with an expression of type 'NSString *'
What does this warning means and how could i fix it? Note that i could still run the code and it works as it should be.