Skip to content

Instantly share code, notes, and snippets.

@Jxrgxn
Created July 4, 2015 02:16
Show Gist options
  • Save Jxrgxn/41992c42a5ba51d5a668 to your computer and use it in GitHub Desktop.
Save Jxrgxn/41992c42a5ba51d5a668 to your computer and use it in GitHub Desktop.
-(int)compareArrays
{
for (i = 1; i < 100; i++)
{
// for (youArrayVariable in makeAnArray){
if (![myArray[i] = makeAnArray[i]]){
return myArray[i]; // yourArrayVariable
}
// }
}
return myArray[i];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment