>> I want to convert my code to ARC but this problems doesn't let me to do
>> this. I read the errors but I couldn't do nothing. All the problems are in
>> these else if statement and are colored Red.
>>
>> else if (isupper(character)){
>> 1) Pointer to non-const type 'NSString *' with no e
>> I want to convert my code to ARC but this problems doesn't let me to do
>> this. I read the errors but I couldn't do nothing. All the problems are in
>> these else if statement and are colored Red.
>>
>> else if (isupper(character)){
>> 1) Pointer to non-const type 'NSString *' with no e
On Apr 18, 2013, at 2:45 AM, Christ Levesque wrote:
> I want to convert my code to ARC but this problems doesn't let me to do this.
> I read the errors but I couldn't do nothing. All the problems are in these
> else if statement and are colored Red.
>
> else if (isupper(character)){
> 1)
Hi there,
I want to convert my code to ARC but this problems doesn't let me to do this. I
read the errors but I couldn't do nothing. All the problems are in these else
if statement and are colored Red.
else if (isupper(character)){
1) Pointer to non-const type 'NSString *' with no expli