Skip to content

Instantly share code, notes, and snippets.

@arturlector
Created March 8, 2016 22:07
Show Gist options
  • Save arturlector/ed8aa7dfaea3b28ef467 to your computer and use it in GitHub Desktop.
Save arturlector/ed8aa7dfaea3b28ef467 to your computer and use it in GitHub Desktop.
В чем разница между NSArray и NSMutableArray?

В чем разница между NSArray и NSMutableArray?

NSArray - неизменяемый

NSMutableArray - изменяемый
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment