Pinned Repositories
AudioStreamer
A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
Clocks
An iOS world-time app written in Swift to demonstrate the benefits of treating view-state as a separate model.
CocoaWithLovePlaygrounds
Swift Playground versions of select articles from Cocoa with Love.
CombineExploration
Some tests and sample code that explore a few behaviors of Apple's Combine framework.
CwlDemangle
An implementation of Swift mangled symbol parsing and demangled printing in Swift.
CwlFeedReader
A JSON feed reader used in the App architecture basics in SwiftUI series on CocoaWithLove.com
CwlPreconditionTesting
A Mach exception handler that allows Swift precondition failures to be caught and tested.
CwlSignal
A Swift framework for reactive programming.
CwlUtils
A collection of Swift utilities as documented on cocoawithlove.com
CwlViews
Wrappers around AppKit and UIKit, turning them into declarative, reactive-driven frameworks.
mattgallagher's Repositories
mattgallagher/AudioStreamer
A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
mattgallagher/CwlUtils
A collection of Swift utilities as documented on cocoawithlove.com
mattgallagher/CwlSignal
A Swift framework for reactive programming.
mattgallagher/CwlPreconditionTesting
A Mach exception handler that allows Swift precondition failures to be caught and tested.
mattgallagher/CwlViews
Wrappers around AppKit and UIKit, turning them into declarative, reactive-driven frameworks.
mattgallagher/CwlDemangle
An implementation of Swift mangled symbol parsing and demangled printing in Swift.
mattgallagher/CombineExploration
Some tests and sample code that explore a few behaviors of Apple's Combine framework.
mattgallagher/Clocks
An iOS world-time app written in Swift to demonstrate the benefits of treating view-state as a separate model.
mattgallagher/CocoaWithLovePlaygrounds
Swift Playground versions of select articles from Cocoa with Love.
mattgallagher/CwlFeedReader
A JSON feed reader used in the App architecture basics in SwiftUI series on CocoaWithLove.com
mattgallagher/Mines
A half-hearted minesweeper implementation from Mac OS 8, resurrected for macOS Sierra.
mattgallagher/CwlWhitespace
A whitespace policing source command extension for Xcode 8.
mattgallagher/CwlCatchException
Catch Objective-C exceptions by NSException subtype in a Swift closure/function.
mattgallagher/CwlWorstPossibleApplication
A Minesweeper clone in Swift deliberately implemented without a separated Model.
mattgallagher/Playgrounds2017
Code used during my talk at the Playgrounds Conference held in Melbourne, Feb 2017.
mattgallagher/SignalR-Client-Swift
Swift SignalR Client for Asp.Net Core SignalR server