Skip to content

Instantly share code, notes, and snippets.

@DisappearPing
Created February 3, 2016 07:05
Show Gist options
  • Save DisappearPing/649536f045a926aa6ac2 to your computer and use it in GitHub Desktop.
Save DisappearPing/649536f045a926aa6ac2 to your computer and use it in GitHub Desktop.
let sortedTradingRecords = tradingRecords.sort { $0.time.compareAsNSDate < $1.time.compareAsNSDate }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment