Skip to content

Instantly share code, notes, and snippets.

@joncode
Created November 28, 2014 19:05
Show Gist options
  • Save joncode/b5a8a3db4d1e30f94398 to your computer and use it in GitHub Desktop.
Save joncode/b5a8a3db4d1e30f94398 to your computer and use it in GitHub Desktop.
ios randomize - choose one or other randomly
message.sentByString = arc4random_uniform(2) == 0 ? [LGChatMessage SentByOpponentString] : [LGChatMessage SentByUserString];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment