Repositories
Select a repository to view its commits, contributors, and more.JSBadgeView
Customizable UIKit badge view like the one on applications in the iOS springboard.
iOS10-Runtime-Headers
iOS 10 Runtime Headers
JSAnimatedImagesView
UIView subclass to easily add a cool animated photo carrusel to your iOS app
JSDecoupledAppDelegate
UIApplicationDelegate class that separates the different responsibilities into more more reusable classes.
JSErrorStackTrace
Category on NSError that stores the stack trace of the creation of the NSError object for later retrieval
Talks
A repo with the talks I've given at conferences, etc
RubikSwift
Rubik's cube API in Swift + a genetic solver algorithm
SwiftNeuralNetwork
Base-iOS-View-Controllers
Convenient base VCs for all your iPhone projects if you, like me, like writing less code. Allows to very easily create controllers with table views, controllers to show data from core data, adjusting the view with the keyboard easily and automatically, and more.
SwiftPoker
Experimental implementation of Poker (Texas Hold'em) rules in Swift Lang
NotificationCenterSpy
Class to enable NSLogging all NSNotifications being posted in real time
JSSetBreakpointOnMethodForObject
C function that makes the debugger stop whenever an Objective-C method with the specified selector is called on the specified object.