Skip to content

Instantly share code, notes, and snippets.

@nvkiet
Created May 28, 2014 08:34
Show Gist options
  • Save nvkiet/284784b4e9db7956ccae to your computer and use it in GitHub Desktop.
Save nvkiet/284784b4e9db7956ccae to your computer and use it in GitHub Desktop.
NSString *predicateFormatString = [NSString stringWithFormat:@"(%@ = '%@' OR %@ = '%@') AND (%@ = '%@' OR %@ = '%@')",
kMessageUserSendIdKey, self.currentUser.objectId,
kMessageUserSendIdKey, self.userChat.objectId,
kMessageUserReceiveIdKey, self.currentUser.objectId,
kMessageUserReceiveIdKey, self.userChat.objectId];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment