Hi,
Sometimes you may need to empty an array completely. How to do it? Use the following lines of code for it.
[yourArray removeAllObjects];
here yourArray is the name of your array!
🙂
Hi,
Sometimes you may need to empty an array completely. How to do it? Use the following lines of code for it.
[yourArray removeAllObjects];
here yourArray is the name of your array!
🙂