Skip to content

Instantly share code, notes, and snippets.

View MaxHasADHD's full-sized avatar

Maximilian Litteral MaxHasADHD

View GitHub Profile
@kylehowells
kylehowells / KHEventQueue.h
Created August 4, 2014 19:34
Event queue I wrote to make a block run after all conditions have been met. For example, removing a complex loading animation after the animation has finished and the data has loaded.
//
// KHEventQueue.h
//
// Created by Kyle Howells on 04/08/2014.
// Copyright (c) 2014 Kyle Howells. All rights reserved.
//
#import <Foundation/Foundation.h>
typedef void (^KHEventBlock)(void);
@asmallteapot
asmallteapot / .gitattributes
Last active September 15, 2024 12:58
Diff Xcode localizable strings files in Git.
*.strings utf16 diff=localizablestrings