Senior Mobile Application developer at Cars.com
-
Cars.com
- Chicago
- neilburchfield.com
Pinned Loading
-
Swift Image Manager Singleton
Swift Image Manager Singleton 1import UIKit
23/// Data Manager error types.
4///
5/// - noData: No valid data was received.
-
Extension for checking if a String i...
Extension for checking if a String is capitalized in Swift 3.0+. 1extension String {
2func isCapitalized() -> Bool {
3guard self.characters.count > 0 else {
4return false
5}
-
Interface for determining and scopin...
Interface for determining and scoping optional Associated Types 1/// Interface representing an optionally nil value type.
2protocol OptionalType: ExpressibleByNilLiteral {
3/// The boxed optional type.
4associatedtype Wrapped
5}
-
Regular Expression "split" Implement...
Regular Expression "split" Implementation written for Swift 3.0+. 1// NSRegularExpression+Split.swift
2//
3// Verbatim ObjC->Swift port originating from https://github.com/bendytree/Objective-C-RegEx-Categories
45extension NSRegularExpression {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.