Pinned Repositories
ActionExperiments
Testing out how GitHub Actions work
BlenderAddons
Blender Addons
BSManagedDocument
Brings UIManagedDocument's design to OS X. This version merges work others have done since the original Karelia version hasn't been touched in a few years.
ClassesObjC
General-purpose Objective-C classes
ClassExamples
ControlRoom
A macOS app to control the Xcode Simulator.
CoreDataStackSetup
A rough example of how to set up a Core Data stack based on the talk by Marcus Zarra (@mzarra) at MCE 2015 (https://www.youtube.com/watch?v=ckbke8vjHMw)
privacy-pledge
App maker privacy pledge
TMSDocumentBrowser
Collection view based document browser for iOS 9 and above.
TMSSupportClasses
Support classes written by Mike Swan for Cocoa projects. Currently includes classes for iCloud, printing and exporting CSV data.
theMikeSwan's Repositories
theMikeSwan/BSManagedDocument
Brings UIManagedDocument's design to OS X. This version merges work others have done since the original Karelia version hasn't been touched in a few years.
theMikeSwan/TMSDocumentBrowser
Collection view based document browser for iOS 9 and above.
theMikeSwan/ActionExperiments
Testing out how GitHub Actions work
theMikeSwan/BlenderAddons
Blender Addons
theMikeSwan/ClassesObjC
General-purpose Objective-C classes
theMikeSwan/ClassExamples
theMikeSwan/ControlRoom
A macOS app to control the Xcode Simulator.
theMikeSwan/CoreDataStackSetup
A rough example of how to set up a Core Data stack based on the talk by Marcus Zarra (@mzarra) at MCE 2015 (https://www.youtube.com/watch?v=ckbke8vjHMw)
theMikeSwan/DTFoundation
Standard toolset classes and categories
theMikeSwan/Filterpedia
Core Image Filter explorer
theMikeSwan/GradientView
Easily use gradients in UIKit.
theMikeSwan/Groceries
theMikeSwan/iCloudDocumentSync
Integrate iCloud into iOS document projects with one-line code methods. Sync, upload, manage, and remove documents from iCloud quickly and easily. Helps to make iCloud "just work" for developers too.
theMikeSwan/ios-short-continuous-integration
This repository contains resources for Ensuring App Quality with Continuous Integration.
theMikeSwan/macdown
Open source Markdown editor for macOS.
theMikeSwan/NSCharacterSet-EmojiCharacterSet
An NSCharacterSet containing all of the available emoji.
theMikeSwan/Pageboy
A simple, highly informative page view controller.
theMikeSwan/Result
Swift type modelling the success/failure of arbitrary operations.
theMikeSwan/Runes
Infix operators for monadic functions in Swift
theMikeSwan/Sitrep
A source code analyzer for Swift projects.
theMikeSwan/SwiftStructures
Examples of commonly used data structures and algorithms in Swift.
theMikeSwan/theMikeSwan.github.io
theMikeSwan/TicketsBackend
Backend service for TicketTracker.
theMikeSwan/TicketTracker-Shared
Swift package with shared model files for TMSTickets.
theMikeSwan/TMSCoreDataEntityViewProtocols
Protocols for simplfiying the display of Core Data entities in table and collection views.
theMikeSwan/TMSDocumentSupport
iOS Document browser, better iCloud sync with UIManagedDocument, and iCloud sync for OS X documents!
theMikeSwan/TMSEntityDatasource
A collection of classes designed to make populating table, collection, and picker views with Core Data entities easier.
theMikeSwan/XCGLogger
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog or println, but with additional information, such as the date, function name, filename and line number.
theMikeSwan/XcodeServerSDK
Access Xcode Server API with native Swift objects. Supports Xcode Server API of Xcode 6 and 7.
theMikeSwan/XCSTutorialProject1
An example project for my Xcode Server Tutorials.