Skip to content

Instantly share code, notes, and snippets.

@bartjacobs
bartjacobs / .gitignore
Last active January 2, 2016 17:09 — forked from adamgit/.gitignore
##############################################
# .gitignore for Xcode 5 Project #
# https://gist.github.com/bartjacobs/8334797 #
##############################################
# Temporary Files OS X
.DS_Store
*.swp
*.lock
@natecook1000
natecook1000 / NSScanner+Swift.swift
Created March 3, 2015 20:13
Swift-friendly NSScanner methods
// NSScanner+Swift.swift
// A set of Swift-idiomatic methods for NSScanner
//
// (c) 2015 Nate Cook, licensed under the MIT license
import Foundation
extension NSScanner {
// MARK: Strings