forum

Home / DeveloperSection / Forums / Utilizing array in Objective-C?

Utilizing array in Objective-C?

Anonymous User 1613 26-Dec-2015

I want to utilize boolean array in Objective C programming. I have got it mostly set up, but the compiler throws a warning at the following statement:
[userObj replaceObjectAtIndex:index withObject:YES];
YES is simply not an object.(This is my view)

It is a primitive, regardless I need to do this, and would greatly appreciate advice on how to accomplish it.
Thankyou.


Updated on 27-Dec-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By