Skip to content

Instantly share code, notes, and snippets.

@mrjeremyt
Created August 18, 2015 20:40
Show Gist options
  • Save mrjeremyt/a20e8b7892ef1a4a2903 to your computer and use it in GitHub Desktop.
Save mrjeremyt/a20e8b7892ef1a4a2903 to your computer and use it in GitHub Desktop.
Fun ternary I made
NSString *roomString = [self.infoDict objectForKey:csvString(CSVRoomNumber)];
roomString = ([NSNumber numberWithInt:[[self.infoDict objectForKey:csvString(CSVRooms)] intValue]].intValue > 1) ? [roomString substringWithRange:NSMakeRange(1, roomString.length-2)] : roomString;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment