Pinned Repositories
abandoned-strings
Command line program that detects unused resource strings in an iOS or OS X application.
equatable-code-generator
A Swift utility function that generates Equatable protocol code for any object.
function-composition-in-swift
An interactive introduction to function composition in Swift 3.
json2swift
A macOS command line tool that generates excellent Swift data models based on JSON data.
swift-ascii-art
Swift program that creates ASCII art from an image
swift-deep-linking
A simple way to consume custom deep link URLs in a Swift app
swift-factory
Shows how to instantiate classes by name in Swift.
swift-places
A universal iOS 8 app that makes network calls, written in Swift.
swift-threading
Simplified thread marshaling with a custom Swift operator function
Wizardry
Reusable way to implement the Wizard UI design in iOS apps
ijoshsmith's Repositories
ijoshsmith/json2swift
A macOS command line tool that generates excellent Swift data models based on JSON data.
ijoshsmith/swift-deep-linking
A simple way to consume custom deep link URLs in a Swift app
ijoshsmith/abandoned-strings
Command line program that detects unused resource strings in an iOS or OS X application.
ijoshsmith/swift-ascii-art
Swift program that creates ASCII art from an image
ijoshsmith/swift-threading
Simplified thread marshaling with a custom Swift operator function
ijoshsmith/equatable-code-generator
A Swift utility function that generates Equatable protocol code for any object.
ijoshsmith/Wizardry
Reusable way to implement the Wizard UI design in iOS apps
ijoshsmith/swift-places
A universal iOS 8 app that makes network calls, written in Swift.
ijoshsmith/swift-factory
Shows how to instantiate classes by name in Swift.
ijoshsmith/function-composition-in-swift
An interactive introduction to function composition in Swift 3.
ijoshsmith/swift-tic-tac-toe
Tic-tac-toe implemented in Swift
ijoshsmith/sustainable-coding
A document which describes my ever-evolving perspective on the strive for excellence as a software developer.
ijoshsmith/reflectable-enum
Shows how to simplify accessing properties in the associated values of Swift enums
ijoshsmith/break-a-dollar
Swift code that counts how many ways you can break a dollar
ijoshsmith/command-line-calculator
Command line calculator written in Swift.
ijoshsmith/iOS-Workflow
A lightweight workflow component for iOS applications.
ijoshsmith/CustomCellDemo
Shows how to create a custom table view cell using Interface Builder in iOS 4.
ijoshsmith/Swiftogram
Creating histograms with the Swift language
ijoshsmith/Simple-Genetic-Algorithm-in-Objective-C
A "Hello, World!" of genetic algorithms, written in Objective-C.
ijoshsmith/swift-morse-code
Swift app that converts text to Morse code and plays it out loud
ijoshsmith/swift-agent
Thread-safe mutable state in Swift
ijoshsmith/elixir_wordsets
Elixir program that uses parallel processing to discover symmetrical word combinations
ijoshsmith/swift-caesar-cipher
A functional implementation of the Caesar cipher in Swift
ijoshsmith/dry-munging-kata
Swift implementation of Dave Thomas's DRY Fusion data processing exercise
ijoshsmith/transitive-dependencies-kata
Swift implementation of Dave Thomas's Transitive Dependencies programming exercise
ijoshsmith/8QueensGeneticAlgorithm
A genetic algorithm written in Objective-C that solves the 8 Queens puzzle.
ijoshsmith/Auto-Layout-Demo
Shows how to use layout constraints in iOS 6 to center two columns of labels.
ijoshsmith/functional-objc
Reduce, map, and filter methods for NSArray
ijoshsmith/PopoverDemo
Demonstrates using the iPad's popover control to host a list of values to insert into a text field.
ijoshsmith/swift-array-compression
Swift 2 code that compresses and decompresses an array