Created
August 18, 2015 20:40
-
-
Save mrjeremyt/a20e8b7892ef1a4a2903 to your computer and use it in GitHub Desktop.
Fun ternary I made
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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